Wang Siyu
Results
1
comments of
Wang Siyu
Encountered the same problem, solved using following method: ```sh pip install adam-atan2-pytorch ``` Then modify the import: ```Python from adam_atan2_pytorch import AdamATan2 ``` Correspondingly change `AdamAtan2` to `AdamATan2` in pretrain.py...