liutinglt / CE2P

214 stars 41 forks source link

how to evaluate on multi gpus? #44

Open ruiming46zrm opened 4 years ago

ruiming46zrm commented 4 years ago

i want to evaluate on 4 gpus to accelerate , but i find there is none model parallel in your evaluate.py even i set args.gpus= "0, 1, 2, 3". can you tell me how to handle