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

settings.ini 944 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
  1. [DEFAULT]
  2. host = github
  3. lib_name = reformer_fastai
  4. user = arampacha
  5. description = Fastai community entry to 2020 Reproducibility Challenge
  6. keywords = fastai reformer
  7. author = Fastai community
  8. author_email = aruthart@gmail.com
  9. copyright = Fastai community
  10. branch = master
  11. version = 0.0.3
  12. min_python = 3.6
  13. audience = Developers
  14. language = English
  15. custom_sidebar = True
  16. license = mit
  17. status = 2
  18. requirements = torch>=1.7.0 fastai>=2.2.2,<2.3 fastcore>=1.3.19 einops>=0.3 torchvision>=0.8 spacy>=2.2.4 matplotlib axial-positional-embedding datasets
  19. pip_requirements = torch>=1.7.0 fastcore>=1.3.19
  20. conda_requirements = torch>=1.7.0 fastcore>=1.3.19
  21. console_scripts = run_exp=reformer_fastai.expscript:run_exp
  22. nbs_path = nbs
  23. doc_path = docs
  24. doc_host = https://arampacha.github.io
  25. doc_baseurl = /reformer_fastai/
  26. git_url = https://github.com/arampacha/reformer_fastai/tree/master/
  27. lib_path = reformer_fastai
  28. title = reformer_fastai
  29. tst_flags = slow
Tip!

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

Comments

Loading...