XUHUAKing

Results 2 comments of XUHUAKing

@MrLinNing `_modules` will return `OrderedDict()` object which does not support indexing, try this instead: `_, conv = list(model._modules.items())[layer_index]`

@RgZhangLihao I am not sure of your error because I didn't meet this when I ran my own modified program. However, in my program, I added constraint `if module.weight.data.size(0)