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 · v1.1.1
lightnet
Browse files
Jan 21, 2020
Changed PyPi name to lightnet
· 5c75b388
0phoff
authored
Jan 21, 2020
View commits for tag v1.1.1
v1.1.1
5c75b388
Jan 17, 2020
Updated pypi badge to point to correct project
· 8b5bfa4c
0phoff
authored
Jan 17, 2020
View commits for tag v1.1.0
v1.1.0
8b5bfa4c
Fixed gitlab CI - 3
· 40bc73b8
0phoff
authored
Jan 17, 2020
40bc73b8
Fixed gitlab CI - 2
· 98d0338c
0phoff
authored
Jan 17, 2020
98d0338c
Fixed gitlab CI
· 681bff9d
0phoff
authored
Jan 17, 2020
681bff9d
Updated docs
· b54f771a
0phoff
authored
Jan 17, 2020
b54f771a
New version 1.1.0
· e7dec293
0phoff
authored
Jan 17, 2020
e7dec293
Added pypi upload to CI
· 208d30fa
0phoff
authored
Jan 17, 2020
208d30fa
Use pytorch 1.4 to run tests on gitlab CI
· f354ee56
0phoff
authored
Jan 17, 2020
f354ee56
Fix deprecation warning with \_ in comments
· 08056885
0phoff
authored
Jan 17, 2020
08056885
Added Yolt & D-Yolo to documentation
· daa25b8a
0phoff
authored
Jan 17, 2020
daa25b8a
Updated documentation notes
· 8d6c7676
0phoff
authored
Jan 17, 2020
8d6c7676
Jan 09, 2020
Set correct device when returning empty tensor from GetBoundingBoxes
· 6f862e52
0phoff
authored
Jan 09, 2020
6f862e52
Nov 04, 2019
Added necessary documentation for YoloV3
· 51b53166
0phoff
authored
Nov 04, 2019
51b53166
Added darknet53 -> yolov3 weight remapping rules
· 0da7040c
0phoff
authored
Nov 04, 2019
0da7040c
Added MultiScaleRegionLoss loss function
· 018ca076
0phoff
authored
Nov 04, 2019
018ca076
Added GetMultiScaleBoundingBoxes postprocessing
· 6438254b
0phoff
authored
Sep 24, 2019
6438254b
Added YoloV3 and Darknet53 networks
· 58e29e91
0phoff
authored
Sep 20, 2019
58e29e91
Added Residual and SelectiveSequential layer modules
· c58b4a47
0phoff
authored
Sep 20, 2019
c58b4a47
cleared up installation instructions in README.md
· 3a3e168c
0phoff
authored
Nov 04, 2019
3a3e168c
Updated codebase to PyTorch 1.3.0
· 6856672e
0phoff
authored
Nov 04, 2019
6856672e
Oct 02, 2019
FIX changed optimizer.step() to scheduler.step() in starting function of...
· ddb1d891
0phoff
authored
Oct 02, 2019
ddb1d891
Sep 25, 2019
Put Pycodestyle config in setup file
· 0ec4fb4e
0phoff
authored
Sep 24, 2019
0ec4fb4e
Modified deprecation memoization list to a set for performance
· 149298b7
0phoff
authored
Sep 24, 2019
149298b7
Sep 24, 2019
Added Deprecation warning to LinePlotter class
· ebde54fb
0phoff
authored
Sep 24, 2019
ebde54fb
Sep 19, 2019
Start work on next version v1.0.1
· 6e8510a1
0phoff
authored
Sep 17, 2019
6e8510a1
Changed badge in README
· c95f903a
0phoff
authored
Sep 19, 2019
View commits for tag v1.0.0
v1.0.0
c95f903a
Added IPython to gitlab-ci, so as to have colored code output in notebook documentation
· f3c42b01
0phoff
authored
Sep 17, 2019
f3c42b01
Added installation notes
· e781d6ff
0phoff
authored
Sep 19, 2019
e781d6ff
Sep 17, 2019
Updated version to 1.0.0
· e2ffc985
0phoff
authored
Sep 17, 2019
e2ffc985
Updated accuracy documentation
· 5a60e2c9
0phoff
authored
Sep 17, 2019
5a60e2c9
Aug 08, 2019
Added repr for SchedulerCompositor
· 51e1fc08
0phoff
authored
Aug 08, 2019
51e1fc08
Aug 02, 2019
Added optimizer step() in start function, so as to have a correct LR when resuming training
· dfe97d7e
0phoff
authored
Aug 02, 2019
dfe97d7e
Jul 30, 2019
FIX labels script
· a6debd92
0phoff
authored
Jul 30, 2019
a6debd92
Jul 27, 2019
Check if module has layers attribute before trying to run default forward function
· 34d4ec02
0phoff
authored
Jul 27, 2019
34d4ec02
Removed useless inplace=True parameters
· aadec4bf
0phoff
authored
Jul 27, 2019
aadec4bf
FIX typo in parameter.to()
· 132391fb
0phoff
authored
Jul 27, 2019
132391fb
Jul 24, 2019
Replaced deprecated log.warn calls with log.warning
· e59b5d4b
0phoff
authored
Jul 24, 2019
e59b5d4b
Added missing pandoc dependency
· 72cd8ac8
0phoff
authored
Jul 24, 2019
72cd8ac8
Cleaned up layers
· cb8e9403
0phoff
authored
Jul 24, 2019
cb8e9403
Loading