You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Google Colab Pro with GPU but still it is taking so much time. I have executed it for more than 15 hrs but still it is not getting completed and is still showing 0%. Can you please help us to execute this step?
Thanking you in Advance!
Best regards,
Mohit Gureja
The text was updated successfully, but these errors were encountered:
+1
I run it locally on a GTX 1660 Ti, but it says it takes approx. ~1900 hours to finish? Is that correct? I know the 1660 is NOT a ML GPU, but still, that seems a lot?
Is there any way to speed this up? Installing apex did not change anything...
Also during training, it does not seem to use the GPU at all?
but print('CUDA', torch.cuda.is_available(), torch.cuda.get_device_name(0))
outputs CUDA True NVIDIA GeForce GTX 1660 Ti. Any ideas?
@mohitgureja I fixed this by adding the flag -gpu 1. After some investigation I found that the GPU was not used at all when not setting this flag as it defaults to 0. It reduced training time from 1900 to ~80 hours, which seems reasonable.
Hello Dr. Darabi,
I am trying to run gen_text_plus_code_data.py file for generating dictionary containing patient id's.
python gen_text_plus_code_data.py -p '<path-to-where-df-were-saved>/df_less_1.pkl' -s '<path-to-save-output>' -et -cpb './data/biobert_pubmed/bert_config.json' -sdp './data/biobert_pubmed_model' -vpb './data/biobert_pubmed/vocab.txt' -bsl 512 -diag -proc -med -cpt -sc -vp <path-to-medical-code-vocabulary>
I am using Google Colab Pro with GPU but still it is taking so much time. I have executed it for more than 15 hrs but still it is not getting completed and is still showing 0%. Can you please help us to execute this step?
Thanking you in Advance!
Best regards,
Mohit Gureja
The text was updated successfully, but these errors were encountered: