Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 23, 2024
1 parent 3ec6b1e commit 7c5d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Deep Learning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
],
"source": [
"training_model = train(training_model, train_samples, test_samples, optim)\n",
"# inference_model = eqx.nn.inference_mode(model) TODO: fixme \n",
"# inference_model = eqx.nn.inference_mode(model) TODO: fixme\n",
"inference_model = training_model"
]
},
Expand Down

0 comments on commit 7c5d03b

Please sign in to comment.