-
Notifications
You must be signed in to change notification settings - Fork 56
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
some questions #23
Comments
Hi, sorry for late reply. If I remember well, I also met this problem (about 1 year ago). Do you still often encounter this problem? I ignored this question because in next version of my code, I never met this question again. Maybe it is MXNet problem I guess. Looking forward to your reply. Best, |
是的,我在PEMS03数据集上跑了2次还是这个结果,是mxnet版本问题吗?我的是python3.6 mxnet 1.5.0 cuda version 11.2 。 |
不大像,mxnet安装错误会直接跑不起来,而你说的跟我之前遇到的都是模型不收敛 (虽然我大多时候是收敛的,就没在意这个问题). 您可以跑5-10次,看下不收敛的次数? 我印象中基本都能收敛. |
这代码我有时候能运行,有时候报mxnet版本错误... |
我在debug的时候经常遇到[01:04:15] c:\jenkins\workspace\mxnet-tag\mxnet\src\operator\linalg_impl.h:213: Check failed: e == CUBLAS_STATUS_SUCCESS (13 vs. 0) : cuBLAS: CUBLAS_STATUS_EXECUTION_FAILED错误。 |
抱歉,才看到。我认为是MXNet版本的问题。 |
作者,你好。我在PEMS03数据集上运行你们提供的demo,为什么运行出的结果在前2轮看起来很正常,到第3轮的train loss直接变成200多了,直到训练结束也还是200多,没有得到正确的实验结果。dtw文件就是adj_PEMS03_001.csv吧,我也尝试用fast_DTW_gen.py重新生成adj_PEMS03_001.csv,但还是在第3轮遇到同样的问题,请问原因是什么?
The text was updated successfully, but these errors were encountered: