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 493 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
  1. name: deadtrees
  2. channels:
  3. - pytorch
  4. - nvidia
  5. - conda-forge
  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. - pip:
  26. - webdataset
  27. - hydra-core
  28. - hydra-colorlog
  29. - pytorch-lightning
  30. - segmentatopn-models-pytorch
  31. #- --no-deps -e .
Tip!

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

Comments

Loading...