KeyError: 'module name can\'t contain "."'
bolin12 opened this issue · 2 comments
bolin12 commented
The classes in module.py contains some nn.Module layers whose names contains some'.' in it, so I got error messages like the title, so how could I play it??
athulvingt commented
Yeah I had the same Issue. How do we fix it?
Reekomer commented
This comes from this change: pytorch/vision#474