Skip to content

Commit

Permalink
Hide TF install code.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgoldby committed Jul 19, 2022
1 parent aa85e8f commit ed0a49b
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions ml/cc/exercises/representation_with_a_feature_cross.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,34 @@
{
"cell_type": "markdown",
"metadata": {
"id": "xchnxAsaKKqO",
"colab_type": "text"
"id": "xchnxAsaKKqO"
},
"source": [
"## Use the right version of TensorFlow\n",
"\n"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "UZhrUFOntMAt"
},
"source": [
"The following hidden code cell ensures that the Colab will run on TensorFlow 2.X."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "qBpGi_GD14-p",
"colab_type": "code",
"colab": {}
"cellView": "form",
"id": "zm_5iTV8tOyl"
},
"outputs": [],
"source": [
"%tensorflow_version 2.x"
],
"execution_count": 0,
"outputs": []
"#@title Run on TensorFlow 2.x\n",
"%tensorflow_version 2.x\n"
]
},
{
"cell_type": "markdown",
Expand Down

0 comments on commit ed0a49b

Please # to comment.