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, have you ever encountered this problem?
tensorflow.python.framework.errors_impl.InvalidArgumentError: Nan in summary histogram for: stn_block_1_in/summaries/histogram_theta [[{{node stn_block_1_in/summaries/histogram_theta}}]] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "main.py", line 82, in <module> model_train(PeMS, blocks, args) summary, _ = sess.run([merged, train_op], feed_dict={x: x_batch[:, 0:n_his + 1, :, :], keep_prob: 1.0})
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, have you ever encountered this problem?
The text was updated successfully, but these errors were encountered: