Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 251 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. # local package
  2. -e .
  3. # external requirements
  4. numpy
  5. ipython
  6. ipykernel
  7. jupyter
  8. matplotlib
  9. Pillow
  10. prettytable
  11. tqdm
  12. h5py
  13. jax[cuda111]
  14. jaxlib
  15. git+https://github.com/deepmind/dm_pix
  16. git+https://github.com/google/flax.git
  17. optax
  18. absl-py
  19. ml-collections
  20. mlflow
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...