You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# profiler: tf > 2.* and < 2.2 generates local.trace where as tf > 2.2 generates *.pb and tf2.18 generate timestamp folder under /logs/train/plugins/profile
21
21
if [[ $(python -c "import tensorflow as tf; from packaging.version import Version; is_less_than_tf22 = Version(tf.__version__) < Version('2.2'); print(is_less_than_tf22)")=='True' ]];then
# profiler: tf > 2.* and < 2.2 generates local.trace where as tf > 2.2 generates *.pb and tf2.18 generate timestamp folder under /logs/train/plugins/profile
51
51
if [[ $(python -c "import tensorflow as tf; from packaging.version import Version; is_less_than_tf22 = Version(tf.__version__) < Version('2.2'); print(is_less_than_tf22)")=='True' ]];then
0 commit comments