Skip to content

Commit 9dcb65e

Browse files
Update model_garden_tfvision_image_classification.ipynb
1 parent 5f3152b commit 9dcb65e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebooks/community/model_garden/model_garden_tfvision_image_classification.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,6 @@
798798
" test_file = os.path.basename(test_filepath)\n",
799799
" subprocess.check_output(\n",
800800
" [\"gsutil\", \"cp\", test_filepath, test_file], stderr=subprocess.STDOUT\n",
801-
" stderr=subprocess.STDOUT,\n",
802801
" )\n",
803802
" with open(test_file, \"rb\") as input_file:\n",
804803
" encoded_string = base64.b64encode(input_file.read()).decode(\"utf-8\")\n",

0 commit comments

Comments
 (0)