Skip to content

Commit

Permalink
Fix the mlmd tutorial
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 334855580
  • Loading branch information
yashk2810 authored and tfx-copybara committed Oct 1, 2020
1 parent a9cc656 commit 5d68357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/mlmd/mlmd_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -473,9 +473,9 @@
},
"outputs": [],
"source": [
"# Define the training algorithm for the Trainer module file \n",
"\n",
"%%writefile {trainer_module_file}\n",
"\n",
"# Define the training algorithm for the Trainer module file\n",
"import os\n",
"from typing import List, Text\n",
"\n",
Expand Down

0 comments on commit 5d68357

Please sign in to comment.