Paraphrase-any-question-with-T5-Text-To-Text-Transfer-Transformer- icon indicating copy to clipboard operation
Paraphrase-any-question-with-T5-Text-To-Text-Transfer-Transformer- copied to clipboard

Unable to run train.py

Open lilakk opened this issue 4 years ago • 3 comments

Apologies for accidentally closing the previous issue... I'm using Nvidia GeForce RTX SUPER Series Graphics , and I'm running it locally.

lilakk avatar Jul 23 '20 19:07 lilakk

Google colab should work fine for training this model. My advice would be to try that if local GPU is causing issues.

ramsrigouthamg avatar Jul 24 '20 16:07 ramsrigouthamg

I have tried on google colab but its not working there. Can you please share your google colab with this code so we can check that where we are getting wrong.

mohammad-sameer-khan avatar Sep 24 '20 14:09 mohammad-sameer-khan

Hi @mohammad-sameer-khan ,

Mostly there might be memory-related issues of GPU. Try to reduce batch size etc.

Check few t5-finetuning colab notebooks like this one - https://colab.research.google.com/drive/176NSaYjc2eeI-78oLH_F9-YV3po3qQQO?usp=sharing#scrollTo=HVxGfmEMCKs_

ramsrigouthamg avatar Sep 25 '20 09:09 ramsrigouthamg