Skip to content

Commit

Permalink
Remove plot_model from example
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jan 7, 2021
1 parent 28283e8 commit c9aa534
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -736,8 +736,7 @@
" return model\n",
"\n",
"\n",
"model = create_model()\n",
"keras.utils.plot_model(model, show_shapes=True)"
"model = create_model()",
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,16 +557,8 @@ def create_model():


model = create_model()
keras.utils.plot_model(model, show_shapes=True)
```




![png](/img/examples/structured_data/movielens_recommendations_transformers/movielens_recommendations_transformers_30_0.png)



---
## Run training and evaluation experiment

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,6 @@ def create_model():


model = create_model()
keras.utils.plot_model(model, show_shapes=True)

"""
## Run training and evaluation experiment
Expand Down

0 comments on commit c9aa534

Please sign in to comment.