数据学习
登录
注册
原创博客
期刊会议
学术世界
期刊出版社
领域期刊
SCI/SCIE/SSCI/EI简介
期刊列表
会议列表
所有期刊分区
学术期刊信息检索
JCR期刊分区查询
CiteScore期刊分区查询
中科院期刊分区查询
领域期刊分区
管理 - UTD24期刊列表
管理 - AJG(ABS)期刊星级查询
管理 - FMS推荐期刊列表
计算机 - CCF推荐期刊会议列表
高校期刊分区
南大核心(CSSCI)
合工大小核心
合工大大核心
AI资源仓库
AI领域与任务
AI研究机构
AI学术期刊
AI论文快讯
AI数据集
AI开源工具
AI模型
AI模型概览图
AI模型月报
AI基础大模型
AI预训练大模型
数据推荐
网址导航
我的网址导航
程序员必备网站
神器!AI硬件基准测试库发布
标签:
#人工智能#
时间:2019/06/30 21:14:31
作者:小木
目前人工智能技术发展速度很快,也很吸引眼球。但是对于各种多如牛毛的方法,目前并米有一个可靠的精准的基准来衡量各项硬件在不同算法训练和推理的性能。 现在,不用愁了。国外的一个哥们, Andrey Ignatov发布了一个python库。大家可以利用这个python库测试自己硬件的性能! AI Benchmark Alpha是一个开源python库,用于评估各种硬件平台的AI性能,包括CPU,GPU和TPU。 该基准测试依赖于TensorFlow机器学习库,并提供精确轻量级的解决方案,用于评估关键深度学习模型的推理和训练速度。 AI Benchmark目前作为Python pip包发布,可以下载到运行Windows,Linux或macOS的任何系统。 这个包在6月26日发布了两个版本,一个是0.1.0一个是0.1.1。 目前,支持如下算法的性能测试: ● Section 1: MobileNet-V2, Classification ● Section 2: Inception-V3, Classification ● Section 3: Inception-V4, Classification ● Section 4: Inception-ResNet-V2, Classification ● Section 5: ResNet-V2-50, Classification ● Section 6: ResNet-V2-152, Classification ● Section 7: VGG-16, Classification ● Section 8: SRCNN 9-5-5, Image-to-Image Mapping ● Section 9: VGG-19, Image-to-Image Mapping ● Section 10: ResNet-SRGAN, Image-to-Image Mapping ● Section 11: ResNet-DPED, Image-to-Image Mapping ● Section 12: U-Net, Image-to-Image Mapping ● Section 13: Nvidia-SPADE, Image-to-Image Mapping ● Section 14: ICNet, Image Segmentation ● Section 15: PSPNet, Image Segmentation ● Section 16: DeepLab, Image Segmentation ● Section 17: Pixel-RNN, Image Inpainting ● Section 18: LSTM, Sentence Sentiment Analysis ● Section 19: GNMT, Text Translation 同时,作者也给出了一些测试结果。非常有意思:

使用这个库也很简单,大家可以先`pip install ai-benchmark`。注意,需要安装tensorflow才能运行。 使用方法如下: ```python from ai_benchmark import AIBenchmark results = AIBenchmark().run() ``` 我自己也测试了一下,非常容易:

欢迎大家关注DataLearner官方微信,接受最新的AI技术推送
相关博客
最热博客