Skip to content

Commit 54e5aa7

Browse files
author
Yadan Wei
committed
fix testTensorFlow log directory
1 parent a47bb15 commit 54e5aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dlc_tests/container_tests/bin/testTensorFlow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip install packaging
1515
if [[ $(python -c "import tensorflow as tf; from packaging.version import Version; is_tf27_or_greater_not_tf218 = Version(tf.__version__) >= Version('2.7') and Version(tf.__version__) != Version('2.18.0'); print(is_tf27_or_greater_not_tf218)") == 'True' ]]; then
1616
PROFILER_LOG_DIR="/logs/plugins/profile"
1717
else
18-
PROFILER_LOG_DIR="e"
18+
PROFILER_LOG_DIR="/logs/train/plugins/profile"
1919
fi
2020

2121
set -e

0 commit comments

Comments
 (0)