RenYurui / StructureFlow

Code for paper "StructureFlow: Image Inpainting via Structure-aware Appearance Flow"
Other
222 stars 42 forks source link

Typo in VGG19 module #34

Open ddlee-cn opened 4 years ago

ddlee-cn commented 4 years ago

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

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