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 · v2.0.1
lightnet
Browse files
Feb 08, 2021
Create patch version
· d2d5d3ff
0phoff
authored
Feb 08, 2021
View commits for tag v2.0.1
v2.0.1
d2d5d3ff
FIX doctest fail
· 01a5c820
0phoff
authored
Feb 08, 2021
01a5c820
Added some missing nodetypes
· 526ab86f
0phoff
authored
Feb 08, 2021
526ab86f
Cleared up misconception about coord_prefill
· 7764b194
0phoff
authored
Feb 08, 2021
7764b194
FIX forgot to add relu and momentum to YoloV2 Upsample
· 243c1f07
0phoff
authored
Feb 08, 2021
243c1f07
Pruning percentage should always be a value between 0-1
· 293db648
0phoff
authored
Feb 08, 2021
293db648
Jan 20, 2021
Added missing f to f-string
· c9f19e60
0phoff
authored
Jan 20, 2021
View commits for tag v2.0.0
v2.0.0
c9f19e60
FIX COCO documentation
· 71493c17
0phoff
authored
Jan 20, 2021
71493c17
Updated version to 2.0.0
· fcd324cc
0phoff
authored
Jan 20, 2021
fcd324cc
Increased minimal PyTorch version to 1.5
· 4d6d02d6
0phoff
authored
Jan 20, 2021
4d6d02d6
Try setting CI to lowest workable pytorch version 1.4
· f34a5f18
0phoff
authored
Jan 20, 2021
f34a5f18
Add quotes around expr and marker
· 850acd42
Tanguy Ophoff
authored
Jan 20, 2021
850acd42
Jan 14, 2021
Better unittest rule for makefile
· 83521f4a
0phoff
authored
Jan 14, 2021
83521f4a
TensorToBrambox creates copy of tensor before modification
· e70b6e2a
0phoff
authored
Jan 14, 2021
e70b6e2a
Added pruned_channels, soft_pruned_channels and hard_pruned_channels properties to pruners
· c04c78d3
0phoff
authored
Jan 14, 2021
c04c78d3
input dimension tuple should always be width, height for consistency
· 1d280720
0phoff
authored
Jan 13, 2021
1d280720
Jan 11, 2021
Added some information about MS COCO repo
· ca49bb82
0phoff
authored
Jan 11, 2021
ca49bb82
FIX
#65
: Implement iadd on HyperParameters to avoid deep copy of self
· c878c919
0phoff
authored
Jan 11, 2021
c878c919
FIX SchedulerCompositor
· 11e03b90
0phoff
authored
Jan 11, 2021
11e03b90
Jan 05, 2021
Suppress numpy "divide by zero" and "invalid float" errors in FitAnno
· f5d8a878
0phoff
authored
Jan 05, 2021
f5d8a878
Jan 04, 2021
FIX
#63
: Added keys,values,items,__iter__ and __add__ methods to HyperParameters
· 7de6f3b8
0phoff
authored
Jan 04, 2021
7de6f3b8
Remove deprecations for engine and just set a basic warning in the documentation instead
· 60943a4a
0phoff
authored
Jan 04, 2021
60943a4a
Dec 21, 2020
Return Compose list when performing radd or rmul
· c92ac6ab
0phoff
authored
Dec 21, 2020
c92ac6ab
Make input_dimension optional
· 06e50a72
0phoff
authored
Dec 21, 2020
06e50a72
FIX SchedulerCompositor now doesnt trigger epoch warning
· f5e5775e
0phoff
authored
Dec 21, 2020
f5e5775e
Added "values" property to loss functions to return sublosses as a single dict
· 5f4aceed
0phoff
authored
Dec 16, 2020
5f4aceed
Dec 15, 2020
Updated Readme and index documentation page
· 13966f88
0phoff
authored
Dec 15, 2020
13966f88
absolute path to links.rst
· bac31899
0phoff
authored
Dec 15, 2020
bac31899
Further tweaking of Pascal VOC examples
· 984e9842
0phoff
authored
Dec 15, 2020
984e9842
Minor speed increase, compute anchor tensor only once before the GT loop
· 7f603efa
0phoff
authored
Dec 15, 2020
7f603efa
Dec 14, 2020
Cleaner biblio documentation page
· f4494690
0phoff
authored
Dec 14, 2020
f4494690
FIX linting error
· 2835c8fa
0phoff
authored
Dec 14, 2020
2835c8fa
Updated pascal VOC documentation
· 488f080d
0phoff
authored
Dec 14, 2020
488f080d
Added pruning tutorial and reorganized notes section
· d0160267
0phoff
authored
Dec 14, 2020
d0160267
FIX linting errors
· cf8a13ea
0phoff
authored
Dec 14, 2020
cf8a13ea
Robuster fit transforms
· 37187f27
0phoff
authored
Dec 14, 2020
37187f27
Added pruning API documentation
· 5806ccb7
0phoff
authored
Dec 11, 2020
5806ccb7
FIX opencv would not downscale to correct dimension
· 7b7ae74b
0phoff
authored
Dec 11, 2020
7b7ae74b
Removed deprecated LinePlotter
· 930164e8
0phoff
authored
Dec 11, 2020
930164e8
Added experimental and deprecated warnings
· 0ee2305d
0phoff
authored
Dec 11, 2020
0ee2305d
Loading