-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unexpected Segmentation fault (core dumped) while running convert_hicoo and mttkrp_hicoo (CPU version) #4
Comments
Looks like I'm late to the party, but have you tried adding dimension information to the tensor files after downloading them from FROSTT? I was getting a similar error until I did this. For example, if I want to use the NELL-2 tensor (here), after downloading the tns file, I would have to add the following lines to the start of the file:
If you look at the datasets that are given in this repository, you will see similar lines in this regard. You can see some more examples of how to properly modify the FROSTT datasets by looking at this file in this fork of the repository (here). |
This worked. Thanks. |
When I tried to run convert_hicoo and mttkrp_hicoo, I observed Segmentation fault (core dumped).
Any idea what is causing this?
The text was updated successfully, but these errors were encountered: