kwotsin / mimicry

[CVPR 2020 Workshop] A PyTorch GAN library that reproduces research results for popular GANs.
MIT License
601 stars 62 forks source link

Fix to upgrade to torch 1.8 #38

Closed kwotsin closed 3 years ago

kwotsin commented 3 years ago

This PR serves to upgrade the current library to the latest torch version (1.8.1) due to breaking changes.

codecov-commenter commented 3 years ago

Codecov Report

Merging #38 (d38d352) into master (2312621) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   95.78%   95.78%           
=======================================
  Files          75       75           
  Lines        3037     3037           
=======================================
  Hits         2909     2909           
  Misses        128      128           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2312621...d38d352. Read the comment docs.