Created by: panyx0718
#!/bin/bash
CUDA_VISIBLE_DEVICES=0 python ../Paddle/benchmark/fluid/fluid_benchmark.py --model resnet --device GPU --iterations=10000 --gpus 1 --profile
PYTHONPATH=/paddle/build/python python ../Paddle/tools/timeline.py --profile_path=/tmp/profile_0 --timeline_path=../timeline_pe