NVIDIA / flownet2-pytorch

Pytorch implementation of FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks
Other
3.09k stars 739 forks source link

NameError: name 'validation_loader' is not defined #225

Open ybcr7 opened 3 years ago

ybcr7 commented 3 years ago

I'm running the main.py with the code python main.py --batch_size 8 --model FlowNet2 --loss=L1Loss --optimizer=Adam --optimizer_lr=1e-4 --training_dataset Mpi SintelFinal --training_dataset_root /C:/Users/YBCR7/PycharmProjects/flownet2-pytorch/MPI-Sintel-complete/training --validation_dataset MpiSintelClean --validation_dataset_root /C:/Users/YBCR7/PycharmProjects/flownet2-pytorch/MPI-Sintel-complete/training

And get the error validation-loader is not defined, How could I fix that

cyrala commented 3 years ago

Hi!I also got this error,have you fixed it?

Byh294249 commented 1 month ago

me too!!!