gsbDBI / ds-wgan

Design of Simulations using WGAN
MIT License
48 stars 16 forks source link

Include versions in requirements.txt #2

Closed halflearned closed 5 years ago

halflearned commented 5 years ago

The current requirements.txt file does not specify versions.

However, this line does not run with torch <= 1.0.0.

The reason is that the output of max is a tuple in versions 1.0.0 and older, but it is a namedtuple in version 1.1.0 and up. The line linked above relies on the output being a namedtuple.

evanmunro commented 5 years ago

done for torch and tensorboard, thanks