Skip to content

Commit

Permalink
Cleaned up formatting of nbody.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jikaelgagnon committed Mar 14, 2024
1 parent 0cb6244 commit ca63da7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tutorials/nbody/nbody.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
"metadata": {},
"outputs": [],
"source": [
"import warnings\n",
"warnings.filterwarnings('ignore')\n",
"import torch\n",
"from tqdm import tqdm\n",
"\n",
Expand Down Expand Up @@ -375,7 +373,6 @@
"source": [
"epochs = 20\n",
"\n",
"# finetuning the prediction network with the canonicalizer for STL10 dataset\n",
"for epoch in range(epochs):\n",
" tqdm_bar = tqdm(enumerate(train_loader), desc=f\"Epoch {epoch}\", total=len(train_loader))\n",
" \n",
Expand Down

0 comments on commit ca63da7

Please sign in to comment.