Closed jieonh closed 1 year ago
@seoulsky-field
I'm sorry for the delay in answering, and thank you for the good question! 👍
I double checked that part and those empty values above mean null
because those train logs were executed before the hparams_search default option was changed to none
(= when default was set to null).
@kdg1993 Could I ask more details about motivation and key points of the inference structure that you mentioned above? I'd be happy to explain !
Motivation 🤔
Inference logging advancement
Key Changes 🔑
hydra yaml files
log_dir, test_roc_auc, Dataset, Model, Optimizer, loss_func, hparams_search, Multirun, epoch
are extracted among those informations. (log_dir
is the index of the csv)model checkpoint
time stamp directory made by hydra
└─inference_result.csv
└─test_accuracy.yaml
2023-01-02_05-23-02
: ./logs/train/2023-01-02_01-15-06/model=densenet/best_saved.pth ->2023-01-02_05-23-02/model=resnet
: ./logs/train/2023-01-02_01-15-06/model=densenet/best_saved.pthTo Reviewers 🙏
resolves: #48