Monocular-Depth-Estimation-Toolbox icon indicating copy to clipboard operation
Monocular-Depth-Estimation-Toolbox copied to clipboard

Bug during training

Open Jmh0527 opened this issue 2 years ago • 1 comments

The data set I use is nyu depth v2. I encountered the same error with both depthformer(depthformer_swinl_22k_w7_nyu.py) and binsformer(binsformer_swinl_22k_w7_nyu.py). My execution command is

python /home/data1/jmh/Depth_Estimation/Monocular-Depth-Estimation-Toolbox-main/tools/train.py /home/data1/jmh/Depth_Estimation/Monocular-Depth-Estimation-Toolbox-main/configs/binsformer/binsformer_swinl_22k_w7_nyu.py --gpu-ids 2

cuda:11.1 torch:1.8.0 torchvision:0.9.0 python:3.7.16

image

This error will appear when I use dual card training. Why does this happen?

Jmh0527 avatar Feb 21 '23 02:02 Jmh0527

It could be sort of weird. I guess it is a Pytorch bug. Maybe you should try solutions on google.

zhyever avatar Mar 02 '23 11:03 zhyever