forked from fastai/fastai
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.ini
30 lines (29 loc) · 882 Bytes
/
settings.ini
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
[DEFAULT]
lib_name = fastai
user = fastai
branch = master
version = 2.0.2
description = fastai simplifies training fast and accurate neural nets using modern best practices
keywords = fastai, deep learning, machine learning
author = Jeremy Howard, Sylvain Gugger, and contributors
author_email = [email protected]
license = apache2
copyright = fast.ai
status = 4
min_python = 3.6
audience = Developers
language = English
requirements = fastcore>=1.0.0 torchvision>=0.7 matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow scikit-learn scipy spacy
pip_requirements = torch>=1.6.0
conda_requirements = pytorch>=1.6.0
dev_requirements = nbdev>=0.2.20
nbs_path = nbs
doc_path = docs
git_url = https://github.com/fastai/fastai/tree/master/
lib_path = fastai
title = fastai
tst_flags = slow|cpp|cuda
custom_sidebar = True
doc_host = https://docs.fast.ai
doc_baseurl = /
host = github