Identity-Mapping-ResNet-Lasagne
Identity-Mapping-ResNet-Lasagne copied to clipboard
Reproduction of some of the results from 'Identity Mappings in Deep Residual Networks'
Results
2
Identity-Mapping-ResNet-Lasagne issues
Sort by
recently updated
recently updated
newest added
Hi Florian, When loading the resnet110_fullpreactivation_638.pklz weights, using settings normal, depth=18 and width=1 I receive the following error: ValueError: mismatch: got 535 values to set 603 parameters. Did I miss...
Hi, Great work here! I have a quick question-- Based on my understanding of your code and the MSRA paper, shouldn't your type B projection shortcuts in the full and...