summaryrefslogtreecommitdiff
path: root/test/model.py
AgeCommit message (Collapse)Author
2021-01-14Enable optimizer fine tuningJordan Gong
2021-01-13Update config file and convert int to str when joiningJordan Gong
2021-01-13Add multiple checkpoints for different model and set default config valueJordan Gong
2021-01-12Some changes in hyperparameter configJordan Gong
1. Separate hyperparameter configs in model, optimizer and scheduler 2. Add more tunable hyperparameters in optimizer and scheduler
2021-01-10Make predict function transform samples different conditions in a single shotJordan Gong
2021-01-06Add TensorBoard supportJordan Gong