Towards Reproducible Research with PyTorch Hub
1–5 of 5 posts
Re: Towards Reproducible Research with PyTorch Hub
#2You start with something simple but fast like resnet18 and once the general aproach works you replace it with something better/slower by changing a single line.
Re: Towards Reproducible Research with PyTorch Hub
#3Re: Towards Reproducible Research with PyTorch Hub
#4I love that the tooling for ML experimentation is becoming more mature. Keeping track of hyperparameters, training/validation/test experiment test set manifests, code state, etc is both extremely crucial and extremely necessary. I can't count how many times I've trained a great model only to lose the exact state and be unable to reproduce it. It's extremely frustrating. When I found sacred ( https://github.com/IDSIA/…
Re: Towards Reproducible Research with PyTorch Hub
#5-- Open Source --
Mlflow : https://github.com/mlflow/mlflow
Polyaxon : https://github.com/polyaxon/polyaxon
Modelchimp(mine): https://github.com/ModelChimp/modelchimp
ModelDB : https://github.com/mitdbg/modeldb
Sacred : https://github.com/IDSIA/sacred
-- Non open source --
Cometml : https://www.comet.ml/
Weights and Biases : https://www.wandb.com/
MissinglinkAi : https://missinglink.ai/