Commit Graph

7812 Commits (71b303d883f6cea37d256caadeea1c46a0045df2)
 

Author SHA1 Message Date
Davis King 71b303d883 Improve the error a user gets when trying to build the pyhton extention on windows but they didn't install visual C++.
4 years ago
Davis King b9f4da5522 Make cuDNN test project failure print a message saying exactly why it failed.
4 years ago
Davis King facefa0204 Fix random foreset regression not doing quite the right thing.
4 years ago
Davis King fe803b566f add support for cudnn 8.0
4 years ago
Davis King f8887d8cbb fix paths
4 years ago
Davis King 2a3cb83afc Make dlib/__init__.py know the paths to cuda that cmake used. Use those
4 years ago
Davis King 1515adc744 work around a bug in nvcc
4 years ago
Davis King 7fe355e0ec Oops, put import statements after path adjustment
4 years ago
Davis King 7fcb6c285d Add an __init__.py file so we can add paths to CUDA libs on windows.
4 years ago
Davis King 53b6ea3bf5 Record last changeset and set PATCH version to 99
4 years ago
Davis King 5612caa169 Created release v19.20
4 years ago
Davis King 610aa6349a updated docs
4 years ago
Davis King 3d738e1c2d sanitize git logs for export to html
4 years ago
Davis King 883101477d minor cleanup
4 years ago
stoperro a83242014e
Corrected interpolate_bilinear for lab_pixel. (#2091)
4 years ago
Davis King 693aa0a719 fix build errors in cuda 10.2
4 years ago
Juha Reunanen c7062aa363
Minor optimization: add shortcut to in-place image resize if size_scale is 1 (#2076)
4 years ago
Adrià Arrufat 64ba66e1c7
fix receptive field comment (#2070)
4 years ago
ncoder-1 8055b8d19a
Update dnn_introduction_ex.cpp (#2066)
4 years ago
Davis King 253745d29f fix typo in comment
4 years ago
Davis King a2e45f00b2 Reduce code duplication a bit and make equal_error_rate() give correct results when called on data where all detection scores are identical.
4 years ago
Davis King 0e923cff93 A little bit of cleanup
4 years ago
Adrià Arrufat 55e9c890fd
Add cuda implementation for loss_mean_squared_per_channel_and_pixel (#2053)
4 years ago
Davis King b42722a75d Fix DLIB_ISO_CPP_ONLY not working
4 years ago
Davis King fbb2db2188 fix example cmake script
5 years ago
Adrià Arrufat b44d9465f6
Fix warning in dnn_trainer initialization list (#2049)
5 years ago
Adrià Arrufat 5a715fe24d
Remove outdated comment from DCGAN example (#2048)
5 years ago
Davis King 237746fc13 disable in source builds
5 years ago
Adrià Arrufat e9c56fb21a
Fix warnings while running the tests (#2046)
5 years ago
Adrià Arrufat d1d96e380c
remove branch from cuda kernel (#2045)
5 years ago
Adrià Arrufat 57bb5eb58d
use running stats to track losses (#2041)
5 years ago
Davis King 0057461a62 Promote some of the sub-network methods into the add_loss_layer interface so users don't have to write .subnet() so often.
5 years ago
Davis King c79f64f52d make update_parameters() a little more uniform
5 years ago
Davis King fd0145345e Fix Use of C++17 deprecated feature: std::iterator #2036
5 years ago
Adrià Arrufat f42f100d0f
Add DCGAN example (#2035)
5 years ago
Adrià Arrufat d610e56c2a
add leaky_relu activation layer (#2033)
5 years ago
Juha Reunanen 74123841bb
To avoid a GPU memory leak, allow passing thread pools to dnn_trainer from outside (#2027)
5 years ago
scott-vsi 6fc503d242
link against openblasp (#2028)
5 years ago
Adrià Arrufat 1380e6b95f
add loss multiclass log weighted (#2022)
5 years ago
hwiesmann 9185a925ce
Integer conversions generating compiler warnings (#2024)
5 years ago
Facundo Galán 08aeada7d5
Replace result_of by invoke_result for C++17 and above (#2021)
5 years ago
scott-vsi c8a175f569
effect -> affect (#2019)
5 years ago
Davis King 7b35d7b234 removed inappropriate assert
5 years ago
hwiesmann e7087e5957
Prevention of compiler warning (#2015)
5 years ago
Adrià Arrufat c832d3b2fc
simplify resnet definition by reusing struct template parameter (#2010)
5 years ago
Davis King 3a53c78ad2 increment imglab version
5 years ago
Davis King 9a33669610 A little bit of cleanup and docs. Also added missing mutex lock.
5 years ago
martin 4ff365a530
imglab: chinese ("automatic") clustering, keyboard shortcuts for zooming (#2007)
5 years ago
Davis King fc6992ac04 A little bit of cleanup
5 years ago
Adrià Arrufat 10d7f119ca
Add dnn_introduction3_ex (#1991)
5 years ago