Skip to content

Commit

Permalink
Removed dict from config
Browse files Browse the repository at this point in the history
  • Loading branch information
belerico committed Dec 19, 2023
1 parent 178e1bf commit 9f2f1c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sheeprl/configs/fabric/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ strategy: "auto"
accelerator: "cpu"
precision: "32-true"
callbacks:
- {
_target_: sheeprl.utils.callback.CheckpointCallback,
keep_last: "${checkpoint.keep_last}"
}
- _target_: sheeprl.utils.callback.CheckpointCallback
keep_last: "${checkpoint.keep_last}"

0 comments on commit 9f2f1c6

Please sign in to comment.