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 195 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
  1. # run: conda env create --file environment.yml
  2. name: attention_tsp
  3. channels:
  4. - pytorch
  5. dependencies:
  6. - python>=3.6
  7. - anaconda
  8. - tqdm
  9. - pytorch
  10. - torchvision
  11. - cuda91
  12. - pip:
  13. - tensorboard_logger
Tip!

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

Comments

Loading...