pietrocarbo / deep-transfer

PyTorch implementation of "Universal Style Transfer via Feature Trasforms"
Apache License 2.0
87 stars 19 forks source link

Role of Lambda* classes inside model autoencoders #2

Closed vinsis closed 5 years ago

vinsis commented 5 years ago

Another question: it seems these classes here are doing nothing. The code works the same way without them. Just curious - what was the intended role of these classes?

pietrocarbo commented 5 years ago

Yes, they have no use currently.

They were part of the output produced by this tool used to convert the original .t7 weight files into into the more readable and cross-platform .pth format.