CSAILVision / CSAILVision/NetDissect
No such file or directory: 'probes/pytorch_alexnet_imagenet/html-features.html'
- 主要言語
- Python
- スター
- 455
- フォーク
- 114
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
script/rundissect_pytorch.sh: line 199: globexists: command not found
Generating graph
Traceback (most recent call last):
File "src/graphprobe.py", line 114, in
stats = summarize(loadviz(directory, blob), args.threshold,
File "src/graphprobe.py", line 20, in loadviz
with open(html_fn) as f:
IOError: [Errno 2] No such file or directory: 'probes/pytorch_alexnet_imagenet/html-features.html'
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、script/rundissect_pytorch.sh の199行目付近で失敗を再現し、src/graphprobe.py、特に20行目付近の loadviz を調査します。globexists を利用できない理由と、html-features.html が生成されなかった理由を特定します。AlexNet ImageNet の実行が、ファイルが見つからないことを示す traceback なしに完了すれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python, shell
- 領域
- machine-learning, tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100