SeptemberNightRain

Results 1 comments of SeptemberNightRain

> I have solved the problem. It‘s because multiple GPUs are used in training. so Modify test.py > > ``` > parser.add_argument('--use_gpu', type=bool, > default=True, help='In training use multiple GPU')...