jayleicn/animeGAN

KeyError: 'module name can\'t contain "."'

bolin12 opened this issue · 2 comments

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??

Yeah I had the same Issue. How do we fix it?

This comes from this change: pytorch/vision#474