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
Could it be that the targetid is getting stuck during learning for the implementation given in the 3.6 fork? How many epochs till one can get improvements in avg. loss value/f1 for targetid? In the former version val_f1 was getting much higher.
Old vs New for TargetId Training: epoch = 2 loss = 6.148638 train_f1 = 0.0000 val_f1 = 0.7283 best_val_f1 = 0.7764: 76%|███████▌ | 2631/3479 [02:42<00:17, 49.20it/s] epoch = 2 loss = 6.153349 train_f1 = 0.0000 val_f1 = 0.7283 best_val_f1 = 0.7764: 76%|███████▌ | 2631/3479 [02:42<00:17, 49.20it/s]
[dev epoch=20] loss = 9.383501 p = 0.4452 (1069.0/2401.0) r = 0.4501 (1069.0/2375.0) f1 = 0.4477 [lr=0.01 clips=0 updates=100] epoch = 20.1600 loss = 9.137601 train f1 = 0.4556 [lr=0.01 clips=0 updates=100] epoch = 20.1700 loss = 9.140439 train f1 = 0.4548 [lr=0.01 clips=0 updates=100] epoch = 20.1800 loss = 9.125574 train f1 = 0.4761
Could it be an issue when the last line if commented out it part?:
Dimensions of lookup parameter /_0 lookup up from file ({100,400574}) do not match parameters to be populated ({100,410050})
The text was updated successfully, but these errors were encountered: