shariqfarooq123 / AdaBins

Official implementation of Adabins: Depth Estimation using adaptive bins
GNU General Public License v3.0
730 stars 156 forks source link

it got stuck again after training 25 epoch #52

Open Chenhait opened 2 years ago

Chenhait commented 2 years ago

I remove those filenames not exist in train_test_inputs/kitti_eigen_train_files_with_gt.txt. however, got stuck again after training 25 epoch. thank you very much if any advance. 2021-11-28 17-40-34屏幕截图 h

shariqfarooq123 commented 2 years ago

It's probably an issue with wandb in a distributed setting. Try calling wandb.finish() at the end of main worker (i.e. in every process) to let the wandb know its time to exit the process.