Pytorch v2 upgrade
Release Atlasnet v2:
-
Upgrade synthax to pytorch v2 and python 3.7 -> installation is much more easy
- remove Variable
- '/' -> '//'
- .data[0] -> .item()
- transform.scale -> transform.Resize
- visdom display curve code
- optimize import packages
-
Added post paper optimizations
- added learning rate decay scheduler
-
Provide two chamfer distance
- GPU pytorch code (slow and heavy but simple)
- GPU pytorchv1 custom cuda layer (fast and light)
-
Update Readme and add some missing comments