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

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

Comments

Loading...