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
作者你好!我对城市网约车这个场景非常感兴趣,并打算在这个环境下进行实验,但是在运行您给的 Jupyter中运行时出现了一个报错: Traceback (most recent call last): File "D:\Algorithm_code\PythonProject\DyPS-main\run\hot_plot.py", line 128, in class_grid = np.load('best.npy', allow_pickle=True).tolist() # 加载网格分类数据 File "C:\Users\95441\anaconda3\envs\dyps\lib\site-packages\numpy\lib\npyio.py", line 405, in load fid = stack.enter_context(open(os_fspath(file), "rb")) FileNotFoundError: [Errno 2] No such file or directory: 'best.npy'
请问best.npy时如何得到的呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
作者你好!我对城市网约车这个场景非常感兴趣,并打算在这个环境下进行实验,但是在运行您给的 Jupyter中运行时出现了一个报错:
Traceback (most recent call last):
File "D:\Algorithm_code\PythonProject\DyPS-main\run\hot_plot.py", line 128, in
class_grid = np.load('best.npy', allow_pickle=True).tolist() # 加载网格分类数据
File "C:\Users\95441\anaconda3\envs\dyps\lib\site-packages\numpy\lib\npyio.py", line 405, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'best.npy'
请问best.npy时如何得到的呢?
The text was updated successfully, but these errors were encountered: