目錄
- 文章簡介
- Issues
現需要在CLEVR-Ref+資料集上測試LCGN模型,遇到了一些問題, 記錄一下。
文章簡介
Language-Conditioned Graph Networks for Relational Reasoning
文章連結
pytorch代碼連結
tensorflow代碼連結
Issues
-
ImportError: cannot import name ‘imread’ from ‘scipy.misc’
這是由于scipy的版本過高導緻,解除安裝scipy,安裝1.2.1版本即可。(注:我的python版本是3.5)
-
執行extract_features.py提取圖檔特征時,報錯“ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:719)”
這是由于伺服器下載下傳resnet101-5d3b4d8f.pth失敗造成的,在連結中下載下傳模型,上傳到伺服器的“~/.cache/torch/checkpoints/”檔案夾下即可。
-
使用conda(pip)指令時,出現“conda(pip) bad interpreter”錯誤
解決辦法參見連結