nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.59k stars 427 forks source link

Set install version of torch_optimizer #84

Closed clayheaton closed 2 years ago

clayheaton commented 2 years ago

The newer version of torch_optimizer removed RAdam and breaks the tutorial/repo. Set it to install 0.1.0.

clayheaton commented 2 years ago

Per the author of torch_optimizer, the removal of RAdam was reverted and a new version was released: 3.0.

https://github.com/jettify/pytorch-optimizer/pull/377#issuecomment-955627087

nerdyrodent commented 2 years ago

Now using PyTorch RAdam