-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to run Bert with DTR? #7
Comments
Hi, can you provide a minimal reproducible example script? it is pretty hard to tell what happend from above. |
I try to reduce the training script, does the following look good?
The running cmd is
Please let me know if you can reproduce, thanks a lot! |
Hi Xiaoxuan, thank you for providing this example! I will have a look at it during the weekend. |
Hi, just check in, any updates on this? Please let me know if you can not reproduce this, thanks! |
we are able to reproduce it. we are debugging on it rn - you can also just fire a gdb on it to see what's wrong. |
Hey, sorry for the long reply! The work is done a while ago but I forgot to mention you. it is at uwsampl/pytorch#71. let me know if there is anything i can do to help. |
Hi,
Thanks for the repo! I am playing with DTR and trying to run Bert with DTR. Following the experiment code in the repo, I made the following modifications to my training scripts
I run the code with DTR modified PyTorch and it throws the segfault, any comments on this are hight appreciated!
The text was updated successfully, but these errors were encountered: