v2.0.0-beta.0: Nan in summary histogram #689
Replies: 3 comments 3 replies
-
Some input as follows: "model": { |
Beta Was this translation helpful? Give feedback.
-
@AlexanderOnly Do you by any change have the whole error log/output? I would like to see the exact line that throws this error. This should be a consequence of numerical instability that can be encountered in the first iterations. |
Beta Was this translation helpful? Give feedback.
-
Could you please try release v2.0.0-beta.1 that fixes a bug in training with virials, and let us know if you still encounters the issue either with or without Tensorboard? Thank you! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to run v2.0.0-beta.0 with:
"loss": {
"start_pref_e": 0.02,
"limit_pref_e": 1,
"start_pref_f": 1000,
"limit_pref_f": 1,
"start_pref_v": 0.02,
"limit_pref_v": 1".
And an error appears:
" tensorflow.python.framework.errors_impl.InvalidArgumentError: Nan in summary histogram for: filter_type_all/bias_2_0_0_1/histogram "
But when I set {"start_pref_v": 0, "limit_pref_v":0}, it works. I was wondering why I can not train with virial, could you please help me what I should do?
Thanks,
( Also, it works with v1.3.3 )
Beta Was this translation helpful? Give feedback.
All reactions