-
Notifications
You must be signed in to change notification settings - Fork 102
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
GPU 使用率低 #20
Comments
请问,你有遇到过这个问题吗?怎么解决的? omegaconf.errors.ConfigAttributeError: Missing key pretty Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. |
这个一般是 Hydra 版本不对,请查看说明文档的 Hydra 版本进行安装 |
我也是看到gpu的使用率很低 请问您解决了吗 |
已解决。 |
万分感谢!!!!
…------------------ 原始邮件 ------------------
发件人: "qq456cvb/Point-Transformers" ***@***.***>;
发送时间: 2021年11月16日(星期二) 下午3:07
***@***.***>;
***@***.******@***.***>;
主题: Re: [qq456cvb/Point-Transformers] GPU 使用率低 (Issue #20)
我也是看到gpu的使用率很低 请问您解决了吗
已解决。
把 pointnet_util.py 中的所有 torch.cuda.empty_cache() 注释即可。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
你好,请问解决这个问题了吗?安装哪个版本的Hydra呢? |
Run this |
Hello,很感谢您实现的 3 个 Transformer。
我想提个小小的建议:您这里实现的 HengShuang 的 PointTransformer,内存占用率很高,但是 GPU 使用率太低了,每个 iteration 也很慢。请问可以提高吗?
The text was updated successfully, but these errors were encountered: