We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae853f commit a6cb506Copy full SHA for a6cb506
tests/integ/test_training_compiler.py
@@ -243,7 +243,7 @@ def test_tensorflow(
243
py_version="py39",
244
git_config={
245
"repo": "https://github.com/tensorflow/models.git",
246
- "branch": 'v'+'.'.join(tensorflow_training_latest_version.split(".")[:2])+'.0'
+ "branch": "v" + ".".join(tensorflow_training_latest_version.split(".")[:2]) + ".0",
247
},
248
source_dir=".",
249
entry_point="official/vision/train.py",
0 commit comments