We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者您好,在Windows下运行代码,仅test,会报OSError: [Errno 22] Invalid argument: 'data/ckpt/BJ\\STNSCN\\30min\\result_pred\\exp1_Test_mae:12.5180_mape:16.4887_rmse:24.4386.npy',请教一下有好的解决办法吗。
OSError: [Errno 22] Invalid argument: 'data/ckpt/BJ\\STNSCN\\30min\\result_pred\\exp1_Test_mae:12.5180_mape:16.4887_rmse:24.4386.npy'
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
windows系统下,路径名不能包含:号,需要将路径名中的冒号修改为其他。下面是我的修改方式(tester.py的第131行): After:
:
tester.py
name = 'exp{:d}_Test_mae_[{:.4f}]_mape_[{:.4f}]_rmse_[{:.4f}]'. \ format(cfg['expid'], mtest_mae, mtest_mape, mtest_rmse)
No branches or pull requests
作者您好,在Windows下运行代码,仅test,会报
OSError: [Errno 22] Invalid argument: 'data/ckpt/BJ\\STNSCN\\30min\\result_pred\\exp1_Test_mae:12.5180_mape:16.4887_rmse:24.4386.npy'
,请教一下有好的解决办法吗。The text was updated successfully, but these errors were encountered: