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
This issue describes important point for design an experiment so that is scientific solid and useful. Therefore, this points should be addressed before any code is written.
Loss function (MSE, RMSE, L1, L2, ...)
Num epochs
Optimizer (Adam?)
Reproducibility (seed all RNGs : PyTorch, NumPy - multiple measurements)
Test and validation set split (80/20)
Mini-batch training (batchsize)
Do we want to observe the loss curve, convergence discussion?
Do we considering fine-tuning or study transfer-learning?
This issue describes important point for design an experiment so that is scientific solid and useful. Therefore, this points should be addressed before any code is written.