Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
lightnet
Browse files
Feb 17, 2019
add dilation rate to args in _darknet.py
· f078c705
Taha Emara
authored
Feb 17, 2019
f078c705
add dilation rate to args _darknet.py
· 6b16b88d
Taha Emara
authored
Feb 17, 2019
6b16b88d
Nov 15, 2018
Changed version number to 0.5.0 release with fusion networks
· cf034c5c
0phoff
authored
Nov 06, 2018
View commits for tag V0.5.0
V0.5.0
cf034c5c
FIX #19 : added an argument to the yolo-voc training script for the visdom port number
· 23dd3bf2
0phoff
authored
Nov 16, 2018
23dd3bf2
removed the weights_file parameter from the model constructors
· 5d5a77f3
0phoff
authored
Nov 15, 2018
5d5a77f3
FIX #20 : renamed save_weights to save and load_weights to load
· 56178b75
0phoff
authored
Nov 15, 2018
56178b75
Nov 06, 2018
Added fusion networks to documentation
· b4fabf47
0phoff
authored
May 03, 2018
b4fabf47
Fixed linting
· cfce16cf
0phoff
authored
May 03, 2018
cfce16cf
Fixed imports
· b857fad1
0phoff
authored
May 02, 2018
b857fad1
Exposed fusion network in lightnet.models package
· 8993e87b
0phoff
authored
May 02, 2018
8993e87b
Added YoloMidFusion
· f12b2bf1
0phoff
authored
May 02, 2018
f12b2bf1
Added YoloFusion network
· 1dad288a
0phoff
authored
May 02, 2018
1dad288a
Changed "change_input_dim" method of dataloader to allow to set an exact...
· cc17196d
0phoff
authored
Nov 06, 2018
cc17196d
Oct 26, 2018
Updated codebase to reflect changes to pre- and post-processing
· 4c11886c
0phoff
authored
Oct 22, 2018
4c11886c
Reworked pre- and post-processing pipeline
· 95f97688
0phoff
authored
Jul 23, 2018
95f97688
Fixed some typos in the examples
· 4aac5ee5
0phoff
authored
Oct 25, 2018
4aac5ee5
Made coord_prefill value parameterizable
· 4177a3f9
0phoff
authored
Oct 22, 2018
4177a3f9
FIX #16
· 1a589ab5
0phoff
authored
Oct 04, 2018
1a589ab5
Set version to 1.0.0+a
· aa1bfb79
0phoff
authored
Sep 25, 2018
aa1bfb79
Sep 24, 2018
Added pytorch badge to README
· 8390e14d
0phoff
authored
Sep 24, 2018
8390e14d
Updated Version number
· 479561f8
0phoff
authored
Sep 24, 2018
479561f8
Updated README
· d3278867
0phoff
authored
Sep 24, 2018
d3278867
Reworked accuracy and speed in documentation
· 06d90c70
0phoff
authored
Sep 24, 2018
06d90c70
Updated CI to use pytorch 041
· bc0a7e8f
0phoff
authored
Sep 21, 2018
bc0a7e8f
Reworked examples in documentation
· d468c8ce
0phoff
authored
Sep 20, 2018
d468c8ce
Added doctest skip flag to lightnet.log example
· 3756033b
0phoff
authored
Sep 20, 2018
3756033b
Reworked documentation for lightnet.models
· 4216405f
0phoff
authored
Sep 20, 2018
4216405f
Reworked documentation for lightnet.engine
· 683310f2
0phoff
authored
Sep 20, 2018
683310f2
Reworked documentation for lightnet.network
· 1a091cc1
0phoff
authored
Sep 20, 2018
1a091cc1
Reworked documentation for lightnet.data
· 28fa5aeb
0phoff
authored
Sep 20, 2018
28fa5aeb
Changed version for intermediate 040 release
· bf570828
0phoff
authored
Sep 20, 2018
bf570828
Set target for intermediate 040 release
· 8bbe68d7
0phoff
authored
Sep 20, 2018
8bbe68d7
Updated Yolo-VOC example to new API
· 1c9a696a
0phoff
authored
Jul 13, 2018
1c9a696a
Sep 20, 2018
Updated basic example to new API
· 4ff31210
0phoff
authored
Aug 23, 2018
4ff31210
Added from_file method to HyperParameter class
· a38fb368
0phoff
authored
Sep 20, 2018
a38fb368
Renamed module_recurse to layer_loop and added named_layer_loop
· a670eeb1
0phoff
authored
Aug 23, 2018
a670eeb1
Slight modification to default logging behaviour
· c5a62377
0phoff
authored
Aug 23, 2018
c5a62377
Changed Conv2dBatchLeaky to more generic Conv2dBatchReLU
· b2a1283c
0phoff
authored
Aug 08, 2018
b2a1283c
QuickFix to be able to serialize LambdaLR schedulers with lambda's as function arguments
· 2579c6ab
0phoff
authored
Jul 24, 2018
2579c6ab
batch_start hook only gets called at actual start of batch
· a0d303e6
0phoff
authored
Jul 24, 2018
a0d303e6
Loading