generated from fastai/nbdev_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
25 lines (24 loc) · 773 Bytes
/
settings.ini
File metadata and controls
25 lines (24 loc) · 773 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
[DEFAULT]
lib_name = ModernArchitecturesFromScratch
user = BradleyBrown19
description = Recreating notable modern deep learning architectures using only python and tensors. No Pytorch or Tensorflow.
keywords = Bert, Resnet, Scratch, Python
author = Bradley Brown
author_email = bradley19brown@gmail.com
copyright = BradleyBrown
branch = master
version = 0.0.1
min_python = 3.6
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
nbs_path = .
doc_path = docs
doc_host = https://BradleyBrown19.github.io
doc_baseurl = /ModernArchitecturesFromScratch/
git_url = https://github.com/BradleyBrown19/ModernArchitecturesFromScratch/tree/master/
lib_path = ModernArchitecturesFromScratch
title = ModernArchitecturesFromScratch
host = github