Commit 91a8be12 authored by maxwelltsai's avatar maxwelltsai
Browse files

Added TensorFlow benchmark suite

parent ec290b8a
#!/bin/bash
set -e
RESULT_DIR=results-DG-medium
mkdir -p $RESULT_DIR
cp dg.err dg.out $RESULT_DIR
grep "Epoch" -A1 dg.out > $RESULT_DIR/epochs.results
grep "Epoch 100/100" -A1 dg.out > $RESULT_DIR/last_epoch.results
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment