File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Whole program saving means creating a file that will contain:
6666- The architecture of the program, allowing you to re-create the program.
6767- The variables of the program
6868- The training configuration (reward, optimizer, metrics)
69- - The state of the optimizer, allowing you to resumethe training exactly where you left off.
69+ - The state of the optimizer, allowing you to resume the training exactly where you left off.
7070
7171The default and recommended way to save the whole program is to do:
7272
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ or (recommended)
1212uv pip install synalinks
1313```
1414
15- ## Programming your application: 3 ways
15+ ## Programming your application: 4 ways
1616
1717### Using the ` Functional ` API
1818
You can’t perform that action at this time.
0 commit comments