-
Notifications
You must be signed in to change notification settings - Fork 89
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
Code implementation - Training #10
Comments
By looking at the error msg, it seems to me that fp16 is on but GPU is not in used. |
Hi, thank you for your reply.
I just tried the code again using GPU setting and the lines Thank you @oi02lyl . If needed I can share the |
Now after the training part was done, I tried to run the matching code as follow:
but It seems that the model can not be found:
I also try the notebook mentioned in #9 here, but the same error appears. Please, any help? |
You can try the script at the bottom of the updated notebook: https://colab.research.google.com/drive/1zCg6BeCWVj62uYqoxR5rfyEG6dfGXu_2?usp=sharing&authuser=3#scrollTo=9qxLFPNvcGgH |
Hi, thank you again for your reply. Thanks. |
Hello, I tried the given updated notebook but the warning below is shown when running the matcher. Thank you.
|
I see. This is because we install only the python version of apex. More details here: https://github.com/NVIDIA/apex#linux. I think the warning is safe to ignore in this case. You can also install the version with CUDA and C++ extensions following their instructions. |
@oi02lyl I am having similar issues with the checkpoint not being found. I tried to use the link you posted however it states I do not have the correct credentials to see the file. Do you mind trying to open the notebook to public viewing? Thanks. |
this link don't works for me! |
Hello,
I am trying to run the training code but I come to this error:
Please, can you guide me to solve this issue?
The text was updated successfully, but these errors were encountered: