-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libtorch性能问题调研 #30
Comments
测试模型:retinaface(backbone: resnet50)环境宿主机OS:Ubuntu 20.04
input shape = 224x224
input shape = 640x640
input shape = 1280x720
input shape = 1280x1280
|
测试模型:ResNet50 CPU环境宿主机OS:Ubuntu 20.04
input shape = 224x224
input shape = 640x640
input shape = 1280x720
input shape = 1280x1280
|
This was referenced Apr 13, 2021
Closed
请问你的libtorch和cuda版本是多少,我在ubuntu20.04+libtorch1.9.0+cuda11.1上torch::cuda::is_available()返回false,是什么原因呢? |
这个库的大小大该占多少空间 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
测试步骤和方法
使用https://zhuanlan.zhihu.com/p/363319763 中的:
注意:MLab HomePod 1.0中的PyTorch版本为1.8.1
测试模型:resnet50
环境
宿主机OS:Ubuntu 20.04
软件环境:MLab HomePod 1.0
CPU:Intel(R) Core(TM) i9-9820X CPU @ 3.30GHz
GPU:NVIDIA GTX 2080ti
GPU驱动:NVIDIA-SMI 450.102.04 Driver Version: 450.102.04 CUDA Version: 11.0
input shape = 224x224
input shape = 640x640
input shape = 1280x720
input shape = 1280x1280
The text was updated successfully, but these errors were encountered: