Skip to content

Commit

Permalink
Update extension/snippets/dvclive.code-snippets
Browse files Browse the repository at this point in the history
Co-authored-by: David de la Iglesia Castro <[email protected]>
  • Loading branch information
mattseddon and daavoo committed Jul 11, 2023
1 parent 84ed86a commit 8246a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/snippets/dvclive.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"body": [
"from dvclive.fastai import DVCLiveCallback",
"",
"learn = tabular_learner(${1:data_loader}, metrics=${2:accuracy})",
"learn.fit_one_cycle(",
" n_epoch=${3:2},",
" cbs=[DVCLiveCallback()])"
Expand Down

0 comments on commit 8246a4a

Please sign in to comment.