Skip to content

Commit 544f3c0

Browse files
authored
Merge pull request #14 from fercer/dev-outline
Added outline to website
2 parents 5bb5877 + 44e1be2 commit 544f3c0

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

_toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
format: jb-book
55
root: README
66
parts:
7+
- caption: Outline
8+
chapters:
9+
- file: outline.md
710
- caption: Notebooks
811
chapters:
912
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-1.ipynb

outline.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Workshop outline
2+
3+
### Setup (10 min)
4+
- Getting ready the environment to code in jupyter
5+
6+
### Give overview of the workshop (20 min)
7+
- Challenges of scaling up deep learning inference
8+
- Parallelization approach taken in this workshop
9+
10+
### Break (10 min)
11+
12+
### Introduce image analysis with Dask (50 min)
13+
- Overview of image analysis and Dask for lazy loading
14+
- Image loading (using `tifffile` and `zarr` as backends) [Guided exercise]
15+
- Image analysis examples [Guided exercise]
16+
- Image analysis exercises [Unguided exercise]
17+
18+
### Break (10 min)
19+
20+
### Implement an inference function (50 min)
21+
- Overview of the `cellpose` model for cell segmentation
22+
- Implement the inference function for `cellpose` [Guided exercise]
23+
- Test implementation [Unguided exercise]
24+
25+
### Break (10 min)
26+
27+
### Apply the inference to a large-scale image (50 min)
28+
- Overview of the parallelization approach using Dask
29+
- Test inference function in small-scale [Unguided exercise]
30+
- Scale-up to the full image [Guided exercise]
31+
32+
### Break (10 min)
33+
34+
### Conclusion (20 min)
35+
- Wrap-up and recap of the learning outcomes of the workshop

0 commit comments

Comments
 (0)