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 还没有评估数据。