Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UEABS
ueabs
Commits
91a8be12
Commit
91a8be12
authored
May 14, 2020
by
maxwelltsai
Browse files
Added TensorFlow benchmark suite
parent
ec290b8a
Changes
21
Hide whitespace changes
Inline
Side-by-side
tensorflow/testcase_medium/validate.sh
0 → 100755
View file @
91a8be12
#!/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
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment