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

environment.yml 451 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
22
23
24
25
26
27
28
29
  1. name: deadtrees
  2. channels:
  3. - fastchan
  4. - conda-forge
  5. dependencies:
  6. - python=3.9
  7. - pip
  8. - matplotlib
  9. - jupyter
  10. - jupyterlab=3
  11. - pytorch>=1.9
  12. - torchvision>=0.10
  13. - pytorch-lightning
  14. - opencv-python-headless
  15. - numpy
  16. - pandas
  17. - albumentations
  18. - dvc-s3
  19. - rich
  20. - python-dotenv
  21. - pydantic
  22. - wandb
  23. - pip:
  24. - webdataset
  25. - monai==0.5.3
  26. - hydra-core --pre
  27. - hydra-colorlog --pre
  28. #- --no-deps -e .
Tip!

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

Comments

Loading...