Skip to content

Commit

Permalink
fix: inputset
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed May 24, 2024
1 parent a1fec8a commit 388b614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
}
],
"source": [
"data_calibration = iter(train_loader))[0]\n",
"data_calibration = iter(train_loader)[0]\n",
"\n",
"results_cml = {}\n",
"\n",
Expand Down

0 comments on commit 388b614

Please sign in to comment.