You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running train.py --nr_gpu=1 results in NaN for the loss from bits_per_dim on tensorflow 1.5.0.
With some API changes (keepdims -> keep_dims, axis= -> ) the same NaN occurs on tensorflow 1.4.x. Disabling the data driven initialization of the weight normalization (commenting out sess.run(init_pass, feed_dict)) however does not result in NaN loss.
Any clues?
The text was updated successfully, but these errors were encountered:
Running
train.py --nr_gpu=1
results in NaN for the loss frombits_per_dim
on tensorflow 1.5.0.With some API changes (
keepdims
->keep_dims
,axis=
-> ) the same NaN occurs on tensorflow 1.4.x. Disabling the data driven initialization of the weight normalization (commenting outsess.run(init_pass, feed_dict)
) however does not result in NaN loss.Any clues?
The text was updated successfully, but these errors were encountered: