File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Synalinks can help you simplify these tasks by leveraging decade old practices i
4949pip install synalinks
5050```
5151
52- or
52+ or (recommended)
5353
5454``` shell
5555uv pip install synalinks
@@ -238,8 +238,9 @@ Or a plot (usefull to document your system):
238238``` python
239239filepath = synalinks.utils.plot_program(
240240 program,
241+ show_modules_names = True ,
241242 show_trainable = True ,
242- show_schema = True ,
243+ show_schemas = True ,
243244)
244245```
245246
Original file line number Diff line number Diff line change @@ -195,8 +195,9 @@ Or a plot (usefull to document your system):
195195``` python
196196filepath = synalinks.utils.plot_program(
197197 program,
198+ show_modules_names = True ,
198199 show_trainable = True ,
199- show_schema = True ,
200+ show_schemas = True ,
200201)
201202```
202203
You can’t perform that action at this time.
0 commit comments