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
I see the following message printed to stderr when training. RuntimeWarning: overflow encountered in exp. This is reproducible with Topaz 0.2.4 on the test dataset.
Using numpy.seterr identifies this occurs here for scores < -88.7228 as then np.exp(-score) overflows float32.
Hi,
I see the following message printed to stderr when training.
RuntimeWarning: overflow encountered in exp
. This is reproducible with Topaz 0.2.4 on the test dataset.Using
numpy.seterr
identifies this occurs here for scores < -88.7228 as then np.exp(-score) overflows float32.topaz/topaz/commands/train.py
Line 539 in 11f7ecb
Is this an issue? Thanks.
The text was updated successfully, but these errors were encountered: