I want to training model AI

!wandb login d862f89f04220cc74b5d86ad3add94ca5102ddc6
!python ZoeDepth/train_mono.py -m zoedepth --pretrained_resource=“”

when i run. it just run config.py
the result like it:

wandb: Appending key for api.wandb.ai to your netrc file: C:\Users\buiti.netrc
0
tcp://127.0.0.1:15019
Config:
{‘attractor_alpha’: 1000,
‘attractor_gamma’: 2,
‘attractor_kind’: ‘mean’,
‘attractor_type’: ‘inv’,
‘aug’: True,
‘avoid_boundary’: False,
‘batch_size’: 16,
‘bin_centers_type’: ‘softplus’,
‘bin_embedding_dim’: 128,
‘bs’: 16,
‘clip_grad’: 0.1,
‘cycle_momentum’: True,
‘data_path’: ‘C:\Users\buiti\Downloads\sync’,
‘data_path_eval’: ‘C:\Users\buiti\Downloads\test-20240525T025000Z-001’,
‘dataset’: ‘nyu’,
‘degree’: 1.0,
‘dist_backend’: ‘nccl’,
‘dist_url’: ‘tcp://127.0.0.1:15019’,
‘distributed’: True,
‘div_factor’: 1,
‘do_kb_crop’: False,
‘do_random_rotate’: True,
‘eigen_crop’: True,
‘encoder_lr_factor’: 10,
‘epochs’: 5,
‘filenames_file’: ‘./train_test_inputs/nyudepthv2_train_files_with_gt.txt’,
‘filenames_file_eval’: ‘./train_test_inputs/nyudepthv2_test_files_with_gt.txt’,
‘final_div_factor’: 10000,
‘freeze_midas_bn’: True,
‘garg_crop’: False,
‘gpu’: None,
‘gt_path’: ‘C:\Users\buiti\Downloads\sync’,
‘gt_path_eval’: ‘C:\Users\buiti\Downloads\test-20240525T025000Z-001’,
‘img_size’: [384, 512],
‘input_height’: 480,
‘input_width’: 640,
‘inverse_midas’: False,
‘log_images_every’: 0.1,
‘lr’: 0.000161,
‘max_depth’: 10,
‘max_depth_diff’: 10,
‘max_depth_eval’: 10,
‘max_temp’: 50.0,
‘max_translation’: 100,
‘memory_efficient’: True,
‘midas_lr_factor’: 1,
‘midas_model_type’: ‘DPT_BEiT_L_384’,
‘min_depth’: 0.001,
‘min_depth_diff’: -10,
‘min_depth_eval’: 0.001,
‘min_temp’: 0.0212,
‘mode’: ‘train’,
‘model’: ‘zoedepth’,
‘n_attractors’: [16, 8, 4, 1],
‘n_bins’: 64,
‘name’: ‘ZoeDepth’,
‘ngpus_per_node’: 0,
‘notes’: ‘’,
‘num_workers’: 16,

then it stop. i don’t know the reason. please help me