cc-ai / climategan

Code and pre-trained model for the algorithm generating visualisations of 3 climate change related events: floods, wildfires and smog.
https://thisclimatedoesnotexist.com
GNU General Public License v3.0
75 stars 18 forks source link

Refactor: update deprecations #49

Closed vict0rsch closed 3 years ago

vict0rsch commented 4 years ago

Update everything to latest, replace deprecated calls

vict0rsch commented 4 years ago

@alexrey88 if you feel like coding while waiting for @tianyu-z 's pR :p

melisandeteng commented 4 years ago

I didn't notice there were deprecation issues...

alexrey88 commented 4 years ago

I didn't notice there were deprecation issues...

Yeah I don't see deprecated calls either for now.. Except "DeprecationWarning: the imp module is deprecated in favour of importlib", but it seems to be because of some libs that are being imported that "import imp" when it's deprecated, but we don't have any "import imp" in our code directly..

vict0rsch commented 4 years ago

did you update to pytorch 1.5.0 ?

alexrey88 commented 4 years ago

Yes :) I'm running the tests in a virtual environment with Pytorch 1.5.0.