Closed p-null closed 5 years ago
I could not reproduce RuntimeError: CUDA error: device-side assert triggered
@tingkai-zhang Could you tell me your pytorch version and dataset name?
I could not reproduce
RuntimeError: CUDA error: device-side assert triggered
@tingkai-zhang Could you tell me your pytorch version and dataset name?
Thanks for replying. Been busy these days.
Pytorch Version:1.2 Dataset: MovieLens1M
Let me know if there is anything I could provide.
Thank you for your time! MovieLens1M error was reported in #6, and fixed with https://github.com/rixwew/pytorch-fm/commit/782d9598a25c37b77bbeb39ad28406087f2e5e01 If you are using pypi torchfm, please update the package.
pip install torchfm --upgrade
Sweet. Thank you
Hi, It threw out this error
RuntimeError: CUDA error: device-side assert triggered
when runningffm
model, can you please take a look at it and fix it? Thank you!