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
Hello I am trying to run your code on colab. But I am getting the following error I can't see how I may fix it. Any ideas?
Traceback (most recent call last): File "PGNN.py", line 148, in <module> PGNN_train_test(optimizer_name, optimizer_val, drop_frac, use_YPhy, iteration, n_layers, n_nodes, tr_size, lamda, lake_name) File "PGNN.py", line 110, in PGNN_train_test spio.savemat(results_name, {'train_loss_1':history.history['loss_1'], 'val_loss_1':history.history['val_loss_1'], 'train_rmse':history.history['root_mean_squared_error'], 'val_rmse':history.history['val_root_mean_squared_error'], 'test_rmse':test_score[2]}) KeyError: 'loss_1'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello I am trying to run your code on colab.
But I am getting the following error I can't see how I may fix it. Any ideas?
The text was updated successfully, but these errors were encountered: