forked from fastai/fastai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
32 lines (31 loc) · 1.2 KB
/
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
30
31
[DEFAULT]
lib_name = fastai
user = fastai
branch = master
version = 2.5.4
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 = info@fast.ai
license = apache2
copyright = fast.ai
status = 4
min_python = 3.6
audience = Developers
language = English
requirements = fastdownload>=0.0.5,<2 fastcore>=1.3.27,<1.4 torchvision>=0.8.2 matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow>6.0.0 scikit-learn scipy spacy<4 packaging
pip_requirements = torch>=1.7.0,<1.11
conda_requirements = pytorch>=1.7.0,<1.11
dev_requirements = nbdev>=1.0.22,<2 ipywidgets pytorch-lightning pytorch-ignite transformers sentencepiece tensorboard pydicom catalyst flask_compress captum>=0.3 flask wandb kornia scikit-image neptune-client albumentations opencv-python pyarrow catalyst ninja #azureml-sdk
nbs_path = nbs
doc_path = docs
doc_src_path = docs_src
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
recursive = True