-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.ini
More file actions
32 lines (31 loc) · 1.07 KB
/
settings.ini
File metadata and controls
32 lines (31 loc) · 1.07 KB
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 = text2anime
user = marii
branch = master
version = 2.4.1
description = Transforms text 2 an anime image
keywords = fastai, deep learning, machine learning
author = Marii, and contributors
author_email = marii@marii.moe
license = apache2
copyright = none
status = 4
min_python = 3.6
audience = Developers
language = English
requirements = fastcore>=1.3.8,<1.4 torchvision>=0.8.2 matplotlib pandas requests pyyaml fastprogress>=0.2.4 pillow>6.0.0 scikit-learn scipy spacy<4
pip_requirements = torch>=1.7.0,<1.10
conda_requirements = pytorch>=1.7.0,<1.10
dev_requirements = nbdev>=1.0.10,<2 ipywidgets pytorch-lightning pytorch-ignite transformers sentencepiece tensorboard pydicom catalyst captum>=0.3 flask wandb kornia scikit-image neptune-client albumentations opencv-python pyarrow catalyst ninja
nbs_path = nbs
doc_path = docs
doc_src_path = docs_src
git_url = https://github.com/marii-moe/text2animeimage/tree/master/
lib_path = text2anime
title = text2anime
tst_flags = slow|cpp|cuda
custom_sidebar = True
doc_host =
doc_baseurl = /
host = github
recursive = True