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
The text was updated successfully, but these errors were encountered:
catubc
changed the title
Mean of empty slice "dist.avg": np.nanmean(dists) crash - Top Down ID model
Mean of empty slice "dist.avg": np.nanmean(dists) warning - Top Down ID model
Mar 12, 2021
Looks like the training diverged (see the class vectors loss fluctuating). Since there was no improvement for some number of epochs, training stopped early and the resulting model failed to generate any predictions.
Maybe try increasing the class vectors loss a bit (x10), increasing the early stopping patience (+5), or decreasing the early stopping minimum improvement threshold (~1e-8 is good).
Hi
I'm getting this crash during the save step post training.
Any advice?
catubc
The text was updated successfully, but these errors were encountered: