Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.4.0
lightnet
Browse files
Sep 24, 2018
Updated Version number
· 55b30623
0phoff
authored
Sep 24, 2018
View commits for tag v0.4.0
v0.4.0
55b30623
Updated README
· f13a39b2
0phoff
authored
Sep 24, 2018
f13a39b2
Reworked accuracy and speed in documentation
· dab56b53
0phoff
authored
Sep 24, 2018
dab56b53
Updated CI to use pytorch 041
· 3373ee59
0phoff
authored
Sep 21, 2018
3373ee59
Reworked examples in documentation
· f0e80a45
0phoff
authored
Sep 20, 2018
f0e80a45
Added doctest skip flag to lightnet.log example
· 1d2bab76
0phoff
authored
Sep 20, 2018
1d2bab76
Reworked documentation for lightnet.models
· cc7bd0b8
0phoff
authored
Sep 20, 2018
cc7bd0b8
Reworked documentation for lightnet.engine
· 68af2e01
0phoff
authored
Sep 20, 2018
68af2e01
Reworked documentation for lightnet.network
· abf0f719
0phoff
authored
Sep 20, 2018
abf0f719
Reworked documentation for lightnet.data
· 2f9e0581
0phoff
authored
Sep 20, 2018
2f9e0581
Changed version for intermediate 040 release
· 18fdb98e
0phoff
authored
Sep 20, 2018
18fdb98e
Set target for intermediate 040 release
· 38cc74bb
0phoff
authored
Sep 20, 2018
38cc74bb
Updated Yolo-VOC example to new API
· 83acabdb
0phoff
authored
Jul 13, 2018
83acabdb
Sep 20, 2018
Updated basic example to new API
· 459298ce
0phoff
authored
Aug 23, 2018
459298ce
Added from_file method to HyperParameter class
· 76ef9b18
0phoff
authored
Sep 20, 2018
76ef9b18
Renamed module_recurse to layer_loop and added named_layer_loop
· b3ecbd56
0phoff
authored
Aug 23, 2018
b3ecbd56
Slight modification to default logging behaviour
· 501edc25
0phoff
authored
Aug 23, 2018
501edc25
Changed Conv2dBatchLeaky to more generic Conv2dBatchReLU
· e4330a03
0phoff
authored
Aug 08, 2018
e4330a03
QuickFix to be able to serialize LambdaLR schedulers with lambda's as function arguments
· 7ac224c7
0phoff
authored
Jul 24, 2018
7ac224c7
batch_start hook only gets called at actual start of batch
· dcfebf93
0phoff
authored
Jul 24, 2018
dcfebf93
Removed unused argument from dataloader class
· 4f278cee
0phoff
authored
Jul 24, 2018
4f278cee
Removed deprecated behaviour
· 6480ccb6
0phoff
authored
Jul 13, 2018
6480ccb6
Dropped PyTorch 0.3.0
· 24214b13
0phoff
authored
Jul 03, 2018
24214b13
Applied weight mapping to Darknet19
· 4d660fbf
0phoff
authored
Jul 04, 2018
4d660fbf
Implemented weight mapping
· b7cf9a79
0phoff
authored
Jul 04, 2018
b7cf9a79
Finished Darknet19 properly
· cd697917
0phoff
authored
Jul 04, 2018
cd697917
Fix #12
· 93feeb9e
0phoff
authored
Jun 12, 2018
93feeb9e
Added Scheduler Compositor
· c5f6d988
0phoff
authored
Jun 18, 2018
c5f6d988
Reworked engine
· 20557a00
0phoff
authored
Jun 15, 2018
20557a00
Made HyperParameters class
· 6eab8a58
0phoff
authored
Jun 15, 2018
6eab8a58
Aug 23, 2018
Regionloss has now a registered buffer for the seen variable
· 9eeb856c
0phoff
authored
Jun 15, 2018
9eeb856c
Fix #14
· 54fbe561
0phoff
authored
Jun 26, 2018
54fbe561
Setup.py allows for pillow-simd
· c2c05a6d
0phoff
authored
Jun 07, 2018
c2c05a6d
Engine now allows the use of self.learning_rate and schedulers
· 1268de24
0phoff
authored
Jun 05, 2018
1268de24
Documentation fixes
· f6f51153
0phoff
authored
May 30, 2018
f6f51153
Dataloader getitem now allows the use of super()
· 0a56b443
0phoff
authored
May 30, 2018
0a56b443
Changed to Python3 super() style
· 197d2cbc
0phoff
authored
May 23, 2018
197d2cbc
Started on Version 1.0.0
· 9a948ed0
0phoff
authored
Mar 26, 2018
9a948ed0
May 31, 2018
FIX pytorch 0.4.0 has empty tensors of a certain dim, so ``tensor.dim() == 0``...
· 09d6d32e
0phoff
authored
May 31, 2018
09d6d32e
May 03, 2018
Removed beta tag from version
· 47add557
0phoff
authored
May 03, 2018
View commits for tag v0.3.0
v0.3.0
47add557
Loading