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
detection_utils : is it better to split the utils to train and test
evaluate_model : especially on _load_dataset() seems redundant to the one in training ( parent class that the evaluation class and the detector class inherit from)
refactor inference_model.py -- redundant of training end evaluate for some function
add EXPERIMENT_NAME to args
is there any other way to log lost function in mlflow without tensor board
detection_utils
: is it better to split the utils to train and testevaluate_model
: especially on_load_dataset()
seems redundant to the one in training ( parent class that the evaluation class and the detector class inherit from)inference_model.py
-- redundant of training end evaluate for some functionevaluate.py
)The text was updated successfully, but these errors were encountered: