-
Notifications
You must be signed in to change notification settings - Fork 79
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
Segmentation fault (core dumped) when running USE #5
Comments
importing the cos sim matrix takes more than 12 GB RAM, which caused your issue here. |
Thx for your suggestion!I'm sorry that I may not have made it clear what problems I have.Let me add the information: |
Hi! I also found the problem about tensorflow_hub when loading |
could you first make sure your environment strictly follows the requirements.txt file? I think that could probably solve this problem. |
Thank you for your code
I follow the instructions to try to reproduce the results. After
Cos sim import finished!
Segmentation fault (core dumped)
happened, the previous steps are no problem, I use tensorflow 1.14.0, pytorch 0.41, gpu memory is 12gb. Can you please analyze what is the possible cause of the error?The text was updated successfully, but these errors were encountered: