Emre Girgin
Results
1
comments of
Emre Girgin
I changed shuffle = True to **shuffle = False** in the **train.py** file and it worked for me. In other words, from this ``` python data_loader = data.DataLoader(dataset, args.batch_size, num_workers=args.num_workers,...