DongSky / few-shot-vit

vit for few-shot classification
45 stars 5 forks source link

RuntimeError: DataLoader worker (pid(s) 98784) exited unexpectedly or killed #10

Open lgx12345678 opened 2 months ago

lgx12345678 commented 2 months ago

Hello, when I run the following code:meta_tuning_sun_d file:python train_meta.py -deepemd grid -patch_list 2,3 -shot 1 -way 5 -solver opencv -gpu 0 -save_all 。 I always encounter this problem:RuntimeError: DataLoader worker (pid(s) 98784) exited unexpectedly or killed。 I have tried the solutions on the internet but they didn't work. Do you know what's going on? I'm really looking forward to your reply. Thank you.