forked from fastai/fastai2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
28 lines (27 loc) · 764 Bytes
/
settings.ini
File metadata and controls
28 lines (27 loc) · 764 Bytes
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
[DEFAULT]
lib_name = fastai2
user = fastai
branch = master
version = 0.0.18
description = Version 2 of the fastai library
keywords = fastai, deep learning, machine learning
author = Jeremy Howard, Sylvain Gugger, and contributors
author_email = info@fast.ai
license = apache2
copyright = fast.ai
status = 1
min_python = 3.6
audience = Developers
language = English
requirements = fastcore torch>=1.3.0 torchvision>=0.5 matplotlib pandas requests pyyaml fastprogress>=0.1.22 pillow scikit-learn scipy spacy
dev_requirements = nbdev
nbs_path = nbs
doc_path = docs
git_url = https://github.com/fastai/fastai2/tree/master/
lib_path = fastai2
title = fastai2
tst_flags = slow|cpp|cuda
custom_sidebar = True
doc_host = https://dev.fast.ai
doc_baseurl = /
host = github