Skip to content

Commit 7e8c661

Browse files
authored
Update README.md
1 parent 2dd2a78 commit 7e8c661

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,8 @@ Total time: 2.350 minutes
6969
1. Run `python train_variational_autoencoder_tensorflow.py`
7070
2. Install imagemagick (homebrew for Mac: https://formulae.brew.sh/formula/imagemagick or Chocolatey in Windows: https://community.chocolatey.org/packages/imagemagick.app)
7171
3. Go to the directory where the jpg files are saved, and run the imagemagick command to generate the .gif: `convert -delay 20 -loop 0 *.jpg latent-space.gif`
72+
4.
73+
74+
## TODO (help needed - feel free to send a PR!)
75+
- add multiple GPU / TPU option
76+
- add jaxtyping support for PyTorch and Jax implementations :) for runtime static type checking (using @beartype decorators)

0 commit comments

Comments
 (0)