StructureFlow icon indicating copy to clipboard operation
StructureFlow copied to clipboard

Typo in VGG19 module

Open ddlee-cn opened this issue 5 years ago • 0 comments

https://github.com/RenYurui/StructureFlow/blob/1ac8f559475452e6b674699671c6b34f000d9ebd/src/loss.py#L197 should be

self.relu3_3.add_module(str(x), features[x])

ddlee-cn avatar Oct 17 '20 13:10 ddlee-cn