-
Notifications
You must be signed in to change notification settings - Fork 157
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 errors in train.py #6
Comments
I did these modifications, but it still does not work and gives me this error: Namespace(batch_size=128, cuda=False, decoder='mlp', decoder_dropout=0.0, decoder_hidden=256, dims=4, dynamic_graph=False, edge_types=2, encoder='mlp', encoder_dropout=0.0, encoder_hidden=256, epochs=500, factor=True, gamma=0.5, hard=False, load_folder='', lr=0.0005, lr_decay=200, no_cuda=False, no_factor=False, num_atoms=5, prediction_steps=10, prior=False, save_folder='./logs', seed=42, skip_first=False, suffix='_springs5', temp=0.5, timesteps=49, var=5e-05) |
Did you solve it? |
I am a Windows user and solved it without modifying line 46 as @wzm2256.
the pathvalidate library is required. |
I did these modifications, but it still does not work and gives me this error:C:\Users\sl\Desktop\NRI-master>python train.py
|
Line 93 os.mkdir ----> os.makedirs
Line 46 default='logs' ----> default='./logs'
Not a big problem, Just mention it here for others' convenient.
The text was updated successfully, but these errors were encountered: