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 545 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. # General packages
  2. numpy==1.20.1
  3. pandas==1.2.2
  4. scikit_learn==0.24.1
  5. seaborn==0.11.2
  6. tqdm==4.57.0
  7. PyYAML==5.4.1
  8. jupyter==1.0.0
  9. matplotlib==3.3.1
  10. # DVC
  11. dvc[s3]==2.1.0
  12. # PyTorch Geometric
  13. --find-links https://download.pytorch.org/whl/torch_stable.html
  14. --find-links https://pytorch-geometric.com/whl/torch-1.7.0+cu110.html
  15. torch==1.7.0+cu110
  16. torch-scatter==2.0.5
  17. torch-sparse==0.6.8
  18. torch-cluster==1.5.8
  19. torch-spline-conv==1.2.0
  20. torch-geometric==1.7.0
  21. # Open Graph Benchmark
  22. ogb>=1.3.0
  23. # Lightning-bolts for LR scheduler
  24. lightning-bolts==0.3.3
Tip!

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

Comments

Loading...