bwang-delft

Results 2 comments of bwang-delft

Hi, are you using the same random seeds for numpy, cuda and dataloader?

> @bwang-delft We simple set the random seeds as below (the default value of seed is 304), > > ``` > random.seed(args_parser.seed) > torch.manual_seed(args_parser.seed) > ``` I think you also...