Chaitanya Joshi

Results 33 comments of Chaitanya Joshi

Hey @j314erre, Thanks for this! What changes should I make to the code if I do not want the embeddings to continue to be trained along with the model? (i.e....

Hi, does the library support multi-GPU training at the moment?

I am not familiar with graphein yet, but one popular option for configuring exactly this sort of stuff that I have seen is Hydra: https://hydra.cc/. https://medium.com/pytorch/hydra-a-fresh-look-at-configuration-for-machine-learning-projects-50583186b710#:~:text=Hydra%20is%20a%20recently%20released,command%20line%20and%20configuration%20files.

Had the same issue, and was able to fix it by: ``` rm -rf /home/your_user_name/.cache/torch_extensions ```

Hi torchdrug team! Thanks for the great library, and I am looking forward to it growing further! I also encountered installation issues when directly running the conda installation. My system...

Hi @vpozdnyakov, yes, that will work -- that script will generate 128000 TSP samples of sizes between 20 and 50 nodes. I should add some information regarding batch sizes. Thank...

As a new user to the Transformers/Tokenizers library, I had trouble following the blogpost, too. Following this thread for a clean notebook which I can follow. What I want to...

Yes. For example, take http://smartschat.de/downloads/model-pair-train.obj and continue training on it using some new data.

Please do! I'll create a pull request if I am able to successfully implement this.

Awesome, keep me in the loop; looking forward to it.