Results 4 comments of Igor Kuznetsov

Hi, as I'm reading this repo right now maybe I can help a bit. run_trainval.py is for continuing training from existing model, you can see --model.model_path parameter in run_trainval.py script,...

I think the logic in trainval.py can be used to train the model in several steps for example in the case of the lack of continuous time access to computation...

I just mean that it is often needed to continue to work with the model trained earlier if the full training procedure can not be performed at once. Yes, that...

Hi, did you use the validation subset to monitor accuracy on it?