-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Model fails (does not start) to classify custom image #200
Comments
可能是你的cuda 版本太高了 项目代码的cuda用的10.1 3080应该不适配 |
请问你解决了吗我也碰到这个问题 |
可以看看这几个报错主要: |
cuDNN error: CUDNN_STATUS_MAPPING_ERROR: This is the primary error, indicating a mapping error when using the CUDA Deep Neural Network (cuDNN) library. cuDNN, provided by NVIDIA for deep neural networks, often encounters this error due to GPU resource allocation or compatibility issues. |
你好 可以加个联系方式细聊嘛 我这个配的问题有点多 |
您好,下载的预训练文件VG_stanford_filtered_with_attribute_train_statistics.cache我出现unable load 您知道怎么解决吗 |
我之前你也遇到过这个问题 看看你的配置路径有没有写对 比如我的VG_stanford_filtered_with_attribute_train_statistics.cache是在/root/autodl-tmp/checkpoints/relation_motif_SGDet下 在命令行中要指定OUTPUT_DIR /root/autodl-tmp/checkpoints/relation_motif_SGDet 再看一下你的maskracc_benchmark/config/paths_catalog.py文件中DatasetCatalog类的 DATA_DIR 有没有配置好 |
非常感谢您的帮助,但在这个问题解决后,它出现AttributeError: 'tqdm' object has no attribute 'disable' |
这是tqdm库的问题 可能是你装的库不对 |
非常感谢,现在出现 |
其实你可以使用Google |
抱歉,我刚刚学习sgg,不太清楚具体要怎么弄 |
看你的报错应该是amp编译后和你的GPU版本不适配 PyTorch 版本或apex没有安装 GPU 支持版本 这个项目的代码很老了 |
你好,有什么较新的SGG项目推荐嘛 |
KaiHua大佬的框架应该是整理的比较好的了 你可以在网上搜一下CSDN上有人在3080上部署过这个项目 应该可以解决你的问题 http://t.csdnimg.cn/aUaqv |
非常感谢!!! |
❓ Questions and Help
Here's my system: docker image with gpu support ubuntu 18.04
This is what I get when tryin gto run --- SGDet, Original, MOTIFS Model, SUM Fusion or --- SGDet, Causal TDE, MOTIFS Model, SUM Fusion.
Can someone point me in the right direction?
The text was updated successfully, but these errors were encountered: