-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bash prompt_script.sh #2
Comments
This could be solved by |
It worked when I added "/log/confidence". However, I ran into another issue: |
Could you try deleting line 49 |
I deleted both --train-mode $train_mode \ and --train-model $train_model, then it worked. However, I ran into what it seems to be CUDA-related error as the following: |
Hi, I think this might because of your torch installation. Please check with |
torch.cuda.is_available() returns True. I believe torch installation is properly done on my end. Could it be something else? |
Sorry for the delayed response. What is the version of your pytorch? |
It's 2.0.1. |
Thanks, let me test pytorch 2 and get back to you! |
No such file or directory: 'log/confidence/rte_ent_deberta_base.json'
The text was updated successfully, but these errors were encountered: