Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · satcen
lightnet
Browse files
Jul 23, 2019
Switched to pytest for testing
· e76f3943
0phoff
authored
Jul 22, 2019
View commits for tag satcen
satcen
e76f3943
Added squeeze argument to GlobalAvgPool2d layer
· b968d47f
0phoff
authored
Jul 23, 2019
b968d47f
Added Note about loss and mini-batch processing
· 83244b80
0phoff
authored
Jul 22, 2019
83244b80
Added "reading scripts" section to Pascal VOC notes
· 78d3af25
0phoff
authored
Jul 22, 2019
78d3af25
Added training engine tutorial
· 99eb79bb
0phoff
authored
Jul 22, 2019
99eb79bb
Added documentation to HyperParameters.to()
· 68cd9213
0phoff
authored
Jul 22, 2019
68cd9213
Reworked engine cycle
· b87f5b72
0phoff
authored
Jul 22, 2019
b87f5b72
Added Yolt and DYolo networks
· 1c08d1a3
0phoff
authored
Jul 22, 2019
1c08d1a3
Jul 22, 2019
Cleaned up imports and forward functions of network models
· dd66a580
0phoff
authored
Jul 22, 2019
dd66a580
Added basics tutorial
· b603765f
0phoff
authored
Jul 19, 2019
b603765f
Reworked documentation notes
· 035bf8c5
0phoff
authored
Jul 19, 2019
035bf8c5
FIX deprecation warning about reduction=sum
· f03d7cf1
0phoff
authored
Jul 19, 2019
f03d7cf1
FIX TensorToBrambox now also works when gradients are stored
· 1a7399a5
0phoff
authored
Jul 19, 2019
1a7399a5
FIX cleared up HyperParameter load strict argument
· f076ba2b
0phoff
authored
Jul 19, 2019
f076ba2b
FIX indentation issue in documentation
· 71223200
0phoff
authored
Jul 19, 2019
71223200
Split classification layers in base and classification sublayers
· 0408a37e
0phoff
authored
Jul 19, 2019
0408a37e
Allow ReverseLetterbox to work with different images with different dimensions
· cfa2f7ff
0phoff
authored
Jul 19, 2019
cfa2f7ff
Reworked examples
· 345bc05d
0phoff
authored
Jul 18, 2019
345bc05d
Jul 18, 2019
Modifed requirement files
· 64ea4af5
0phoff
authored
Jul 18, 2019
64ea4af5
Reworked dataset models for new brambox
· 066172c0
0phoff
authored
Jul 18, 2019
066172c0
Regionloss now has class_loss set to 0 when there are no classes (previously None)
· c52618a6
0phoff
authored
Jul 18, 2019
c52618a6
Added generic YoloFusion model
· fd98b0c4
0phoff
authored
Jul 17, 2019
fd98b0c4
Fixed doctests
· 09439f66
0phoff
authored
Jul 17, 2019
09439f66
Updated models documentation
· d7619b54
0phoff
authored
Jul 17, 2019
d7619b54
Updated data documentation
· 5c2ef84d
0phoff
authored
Jul 17, 2019
5c2ef84d
Fixed attributes of network models
· ea6e4cd1
0phoff
authored
Jul 17, 2019
ea6e4cd1
Use systemwide TODO
· 94f26b95
0phoff
authored
Jul 17, 2019
94f26b95
Added handler for SIGTERM in engine
· 8df5e263
0phoff
authored
Jun 27, 2019
8df5e263
FIX engine would not correctly work if datloader does not have enough data to...
· 9aad12f5
0phoff
authored
Jun 27, 2019
9aad12f5
Jun 26, 2019
FIX forgot self. in engine
· fce72faa
0phoff
authored
Jun 26, 2019
fce72faa
Jun 18, 2019
Made brambox optional
· 5d251e74
0phoff
authored
Jun 18, 2019
5d251e74
FIX typo in HyperParameter load function
· 0bed6ab0
0phoff
authored
Jun 18, 2019
0bed6ab0
Jun 17, 2019
Copy dataframe in ReverseLetterbox as to not make inplace modifications
· 9b5c275a
0phoff
authored
Jun 17, 2019
9b5c275a
Changed default strict behaviour to **True** for loading weights
· f6a96933
0phoff
authored
Jun 17, 2019
f6a96933
Simplified HyperParameter class
· e0a075f6
0phoff
authored
Jun 17, 2019
e0a075f6
Jun 04, 2019
MSE and CEL loss are now stored as attributes in the loss module
· 7e897bf2
0phoff
authored
Jun 04, 2019
7e897bf2
FIX hyperparameters class will now correctly cast all nn.Modules to a device...
· ee4d3834
0phoff
authored
Jun 04, 2019
ee4d3834
Jun 03, 2019
Reworked brambox_collate
· 091ef2d8
0phoff
authored
Jun 03, 2019
091ef2d8
Made stride argument a class variable
· a32f3724
0phoff
authored
Jun 03, 2019
a32f3724
Added argument to not save optimizer and scheduler in hyperparameters class
· f1cbba77
0phoff
authored
Jun 03, 2019
f1cbba77
Loading