Hi, might be a stupid question
Hyle33ies opened this issue · 2 comments
Hyle33ies commented
Nice work. Just have one dumb question: how to install the optimizer? I have PyTorch>=2.4.0 and update my pip, but cannot find a package called adopt.
iShohei220 commented
Thank you for being interested in our work.
To use ADOPT, you should copy adopt.py
into your code and import it.
We are planning to make it available as a pip
package, but it is not currently supported, so you need to manually import it at the moment.
Thanks.
Hyle33ies commented
Got it! Thanks for the reply.