-
I was just experimenting, trying to play vs the model, out of curiosity. I could not access this file "averaged_CT-EFT-20.pt". Was told: "You may still be able to access the file from the browser:" https://drive.google.com/uc?id=1OHtg336ujlOjp5Kp0KjE1fAPF74aZpZD but could not download. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @stefanes1, thank you for bringing this to my attention. It turns out Google Drive was rate limiting access to the file. It's my fault: Google Drive is not really meant for sharing files with many people, I suppose. I've now moved model checkpoints and other stuff to Microsoft Azure Storage, and downloading should work now. You'll need to update your local copy to the latest version of this repository (0.2.1). You can either download automatically when you attempt to load the model, as shown in human_play.ipynb, or download it manually using the link on the README. If you download it manually for any reason, save it in a folder called "CT-EFT-20" in a folder called "checkpoints" in "./chess_transformers": therefore, as "./chess_transformers/checkpoints/CT-EFT-20/averaged_CT-EFT-20.pt". If anything else does not work, let me know. I'd also be curious to hear if you have any impressions after playing. I think you might be the first person to try this repository :) |
Beta Was this translation helpful? Give feedback.
-
Thank you. I hope you are well. When I run my load_model(CONFIG) now I get this error: File "C:\Users\Stefan\Documents\Stef\Python code\Chess Transformers\chess-transformers\chess_transformers\play\utils.py", line 66, in load_model Do I need to remove gdown dependencies? I saw something in the code there about that? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi there Thanks for help. I downloaded manually, saved the file and reran the code. Now getting this runtime error related to CUDA: Traceback (most recent call last): Is this part of Pytorch package? Thanks |
Beta Was this translation helpful? Give feedback.
Hi @stefanes1, thank you for bringing this to my attention. It turns out Google Drive was rate limiting access to the file. It's my fault: Google Drive is not really meant for sharing files with many people, I suppose.
I've now moved model checkpoints and other stuff to Microsoft Azure Storage, and downloading should work now. You'll need to update your local copy to the latest version of this repository (0.2.1).
You can either download automatically when you attempt to load the model, as shown in human_play.ipynb, or download it manually using the link on the README.
If you download it manually for any reason, save it in a folder called "CT-EFT-20" in a folder called "checkpoints" in "./…