Skip to content

Commit

Permalink
update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed May 29, 2024
1 parent 4fc8944 commit 10071fe
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 28 deletions.
2 changes: 1 addition & 1 deletion book/02-03.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 8. Cloud storage"
"# 7. Cloud storage"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/02-04.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 9. Applying fixed transforms"
"# 8. Applying fixed transforms"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/03-01.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Using loaders\n",
"# 9. Using loaders\n",
"\n",
"In the last section, you learned about how to map entire datasets of medical images and related meta-data from data stored in memory, locally in folders, or in the cloud. You also saw how to attached a wide variety nitrain transforms to pre-process your images every time they're returned from your dataset. The nitrain dataset paradigm will be useful to you even beyond traditional AI tasks.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion book/03-02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Multiple inputs or outputs"
"# 10. Further with samplers"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion book/03-03.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Applying random transforms"
"# 11. Applying random transforms"
]
},
{
Expand Down
23 changes: 0 additions & 23 deletions book/03-04.ipynb

This file was deleted.

0 comments on commit 10071fe

Please sign in to comment.