-
Notifications
You must be signed in to change notification settings - Fork 14
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
I don't seem to be able to run the code correctly #23
Comments
There was an issue with the genData function. An issue related with the directory The rectified function code is as below: ########################################### def genData(N=10, H=32, W=32, pin_range=(2, 6)):
############################################# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I have the following problem when running the code and I need your help very much!
After I clone the code and install the dependencies according to the tutorial (i.e. complete the following steps), I open jupyternotebook and then how to execute the code?
I tried to run directly in vscode python . /datagen/gen_data.py, but the following error is reported
After encountering the above error, I tried to create an hdf5 file using the command: touch /xxx/test/deep-route/data/layout_data.hdf5, after executing python . /datagen/gen_data.py still reported the same error, and I created the hdf5 file disappeared.
I've tried many things and still can't solve the problem, hope to get your help!
The text was updated successfully, but these errors were encountered: