OSError: [WinError 1455] 页面文件太小,无法完成操作。
Opened this issue · 2 comments
Scurry61 commented
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
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
I also encountered the same problem as you, how did you solve it, thank you for your reply