Skip to content

Commit

Permalink
quarto fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-gopichand committed Aug 17, 2024
1 parent 4d676b0 commit 859f5d0
Show file tree
Hide file tree
Showing 73 changed files with 878 additions and 1,076 deletions.
Empty file modified .github/workflows/deploy.yaml
100644 → 100755
Empty file.
Empty file modified .github/workflows/test.yaml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified MANIFEST.in
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified nbs/00_core.ipynb
100644 → 100755
Empty file.
292 changes: 140 additions & 152 deletions nbs/01_minibatch_training.ipynb
100644 → 100755

Large diffs are not rendered by default.

158 changes: 73 additions & 85 deletions nbs/02_datasets.ipynb
100644 → 100755

Large diffs are not rendered by default.

164 changes: 76 additions & 88 deletions nbs/03_convolutions.ipynb
100644 → 100755

Large diffs are not rendered by default.

128 changes: 58 additions & 70 deletions nbs/04_learner.ipynb
100644 → 100755

Large diffs are not rendered by default.

124 changes: 56 additions & 68 deletions nbs/05_activations.ipynb
100644 → 100755

Large diffs are not rendered by default.

240 changes: 114 additions & 126 deletions nbs/06_initializing.ipynb
100644 → 100755

Large diffs are not rendered by default.

332 changes: 248 additions & 84 deletions nbs/07_accel_sgd.ipynb
100644 → 100755

Large diffs are not rendered by default.

91 changes: 45 additions & 46 deletions nbs/08_resnet.ipynb
100644 → 100755

Large diffs are not rendered by default.

16 changes: 2 additions & 14 deletions nbs/09_augment.ipynb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -4265,21 +4265,9 @@
"split_at_heading": true
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down
Empty file modified nbs/10_DDPM_v2.ipynb
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion nbs/11_fid.ipynb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
"split_at_heading": true
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "python3",
"language": "python",
"name": "python3"
}
Expand Down
Loading

0 comments on commit 859f5d0

Please sign in to comment.