Skip to content

Commit

Permalink
fix dask version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schipp committed Sep 4, 2023
1 parent cae996e commit d1c99bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ We demonstrate this with the notebooks in this repository:
* `beamforming_naive.ipynb`: small synthetic example, **SLOW** naive "pure" Python version for teaching purposes only
* `beamforming_numpy.ipynb`: same as above, rewritten in `numpy` using broadcasting etc.
* `beamforming_pytorch.ipynb`: same as above, replacing `numpy` functions with `pytorch` equivalents
* [**TODO**] `beamforming_pytorch_field_data.ipynb`: small field data example, based on `pytorch` version above
* [**TODO**] `beamforming_dask.ipynb`: big synthetic example, based on `dask`
* `beamforming_dask.ipynb`: big synthetic example, based on `dask`
* [**TODO**] `beamforming_pytorch_field_data.ipynb`: using field data

In these notebooks, the logic and processing are not abstracted away in package of functions. Instead, all processing happens within the notebooks for instructional purposes.

Expand Down

0 comments on commit d1c99bf

Please sign in to comment.