Created by: panyx0718
#!/bin/bash CUDA_VISIBLE_DEVICES=0 python ../Paddle/benchmark/fluid/fluid_benchmark.py --model resnet --device GPU --iterations=10000 --gpus 1 &