TrTr
TrTr copied to clipboard
Train issues!!!
Hello, I want to ask a question.
When I execute the training order, he keeps stuck here
Sorry for the late response. Have you solved this problem?
If not, can you try following command:
$ python main.py --cfg_file ./parameters/train/default.yaml --batch_size 16 --dataset.paths ./datasets/yt_bb/dataset/Curation ./datasets/vid/dataset/Curation/ --dataset.video_frame_ranges 3 100 --dataset.num_uses 100 100 --dataset.eval_num_uses 100 100 --resume networks/trtr_resnet50.pth --benchmark_start_epoch 0 --epochs 10
And tell me the log.
It seems like you have some trouble to create a dataset for eval, but you can successfully to crate a identical dataset for train. This is a little bit wired... And I can't reproduce this phenomenon in my env.