Skip to content

Commit 8a5d98a

Browse files
committed
Fixing the issue with dot in GS by adding image
1 parent 04ce756 commit 8a5d98a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

vignettes/getting_started.Rmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,14 @@ mlp_fit |>
184184
extract_keras_summary()
185185
```
186186

187-
```{r model-plot}
187+
```{r model-plot eval=FALSE}
188188
mlp_fit |>
189189
extract_keras_summary() |>
190-
plot()
190+
plot(show_shapes = TRUE)
191191
```
192192

193+
![model](images/model_plot_shapes_gs.png){fig-alt="A picture showing the model shape"}
194+
193195
```{r model-fit-history}
194196
mlp_fit |>
195197
extract_keras_history() |>
28.9 KB
Loading

0 commit comments

Comments
 (0)