I am having problems reproducing the test example, the program does not go down, my configuration file and running code are as follows, what is wrong with me that causes the program to fail to reproduce
(nope-nerf) lijingbo@Super-Server:~/nope-nerf-main$ CUDA_VISIBLE_DEVICES=1 python preprocess/dpt_depth.py configs/preprocess.yaml
/home/lijingbo/anaconda3/envs/nope-nerf/lib/python3.8/site-packages/timm/models/_factory.py:114: UserWarning: Mapping deprecated model name vit_base_resnet50_384 to current vit_base_r50_s16_384.orig_in21k_ft_in1k.
model = create_fn(
I am having problems reproducing the test example, the program does not go down, my configuration file and running code are as follows, what is wrong with me that causes the program to fail to reproduce (nope-nerf) lijingbo@Super-Server:~/nope-nerf-main$ CUDA_VISIBLE_DEVICES=1 python preprocess/dpt_depth.py configs/preprocess.yaml /home/lijingbo/anaconda3/envs/nope-nerf/lib/python3.8/site-packages/timm/models/_factory.py:114: UserWarning: Mapping deprecated model name vit_base_resnet50_384 to current vit_base_r50_s16_384.orig_in21k_ft_in1k. model = create_fn(