albermax / albermax/innvestigate
ZeroPadding2D object
- 主要語言
- Python
- 星號
- 1.3k
- 分支
- 230
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I'm trying to use innvestigate 1.8 to analyze a transfer-learning model I built using resnet50.
I run one of the examples in the distribution:
python train_pattern_imagenet.py resnet50 >& TRA-OUT-ResNet50
and got the following message:
File "/home/dripoll/miniconda3/envs/INNV/lib/python3.6/site-packages/innvestigate-1.0.8-py3.6.egg/innvestigate/tools/pattern.py", line 367, in __init__
% layer)
Exception: Model contains not supported layer:
I saw that the ZeroPadding2d layer used in Rensnet50 is missing in the declaration of supported layers (SUPPORTED_LAYER_PATTERNNET) in innvestigate/analyzer/pattern_based.py
Is there any work around? -Thanks
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。