gangweiX / ACVNet

[TPAMI 2024 & CVPR 2022] Attention Concatenation Volume for Accurate and Efficient Stereo Matching
MIT License
458 stars 63 forks source link

OSError: [WinError 1455] 页面文件太小,无法完成操作。 #15

Open Scurry61 opened 2 years ago

Scurry61 commented 2 years ago

thanks for your great work! when i doing the first step,"python main.py --attention_weights_only True",there is always an error with loop output “creating new summary file loading model ./pretrained_model/pretrained_model_sceneflow.ckpt start at epoch 0” and then,no enough storage,i am wondering Is it a problem with the laptop memory? If i want to use the pretrained model,how can i finetune it in my own dataset? thanks for your reply

iaphantom commented 1 year ago

maybe you can make TrainImgLoader = DataLoader(train_dataset, args.batch_size, shuffle=True, num_workers=16, drop_last=True) reduce the number of num_workers

zhiwuzhu913 commented 10 months ago

I also encountered the same problem as you, how did you solve it, thank you for your reply