generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 33
/
settings.ini
27 lines (26 loc) · 812 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
[DEFAULT]
host = github
lib_name = self_supervised
user = keremturgutlu
description = Self Supervised Learning Algorithms with Fastai
keywords = self supervised learning, feature learning, deep learning, fastai
author = Kerem Turgutlu
author_email = [email protected]
copyright = Kerem Turgutlu
branch = main
version = 1.0.4
min_python = 3.6
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = fastai>=2.2.7 kornia>=0.5.0 timm>=0.4.5
dev_requirements = nbdev>=1.0.10 ftfy regex tqdm clip@git+https://github.com/openai/CLIP
nbs_path = nbs
doc_path = docs
doc_host = https://keremturgutlu.github.io
doc_baseurl = /self_supervised/
git_url = https://github.com/keremturgutlu/self_supervised/tree/main/
lib_path = self_supervised
title = self_supervised