You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,8 @@ Total time: 2.350 minutes
69
69
1. Run `python train_variational_autoencoder_tensorflow.py`
70
70
2. Install imagemagick (homebrew for Mac: https://formulae.brew.sh/formula/imagemagick or Chocolatey in Windows: https://community.chocolatey.org/packages/imagemagick.app)
71
71
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