Commit Graph

8277 Commits (master)
 

Author SHA1 Message Date
Davis King d29a8fc0c3 Just minor cleanup of docs and renamed some stuff, tweaked formatting.
3 years ago
pfeatherstone 2b8f9e401a
[TYPE_SAFE_UNION] upgrade (#2443)
3 years ago
Adrià Arrufat bf4100069f
Fix dnn_trainer trying to decrease the learning rate (#2442)
3 years ago
Adrià Arrufat adca7472df
Add support for fused convolutions (#2294)
3 years ago
Adrià Arrufat 8a2c744207
Fix trainer with unsupervised loss (#2436)
3 years ago
Davis King b9f04fdc45 Fix error in build-and-test.sh script
3 years ago
Davis King cd6080ca83 fix spelling error in comment
3 years ago
Davis E. King 7b7de0f643
Oops, use correct URI for travis
3 years ago
Davis E. King 505e6ed5f0
update travis uri
3 years ago
Davis King e1aa34477a Added mpc option to say you only care about the first time we get to the target
3 years ago
Jakub Mareda 960e8a014f
Missing include for `dlib::loss_multiclass_log_per_pixel_` (#2432)
3 years ago
Adrià Arrufat adea4e603a
Allow setting custom cuda compute capabilities (#2431)
3 years ago
Lê Xuân Tuấn Anh 4506979609
add intel mkl search path (#2428)
3 years ago
Adrià Arrufat e0a5725f22
Handle tag layers as inputs to disable_duplicative_biases (#2416)
3 years ago
Adrià Arrufat 5bd837d13f
Show number of parameters if net is allocated (#2417)
3 years ago
Adrià Arrufat 4d7f88bbc3
Delete .hgtags (#2414)
3 years ago
Davis King 0a5d5a2c68 updated old message to not say we use mercurial still
3 years ago
Davis King 7750a6348f produce cleaner python source distribution tarballs
3 years ago
Adrià Arrufat fe0957303f
Add progress information to console_progress_indicator (#2411)
3 years ago
Adrià Arrufat 74653b4f26
Add function to compute string dimensions in pixels (#2408)
3 years ago
Adrià Arrufat cd915b037d update pngligconf.h
3 years ago
Adrià Arrufat f019b7adcf Minor changes to avoid conflicts and warnings in visual studio.
3 years ago
Davis King ca3a0fdd5e normalized line endings so visual studio won't complain.
3 years ago
Davis King fdf6902ade Another minor thing to avoid warnings from visual studio.
3 years ago
Davis King 04816ec0fb Added missing #include (needed only to avoid gcc warnings)
3 years ago
Adrià Arrufat 11101b6f4b update libpng to version 1.6.37
3 years ago
Adrià Arrufat 23e506323a update zlib to version 1.2.11
3 years ago
Adrià Arrufat bec25d8247
Fix running gradient crashing sometimes (#2401)
3 years ago
Adrià Arrufat 16500906b0
YOLO loss (#2376)
3 years ago
Adrià Arrufat 951fdd0092
return the projective transform in extract_image_4points (#2395)
3 years ago
Adrià Arrufat b850f0e524
Add LayerNorm documentation (#2393)
3 years ago
Davis King e64ea42f6f remove dead code
3 years ago
frostbane 7d8c6a1141
Fix cannot compile iso only code (#579) (#2384)
3 years ago
Adrià Arrufat 973de8ac73
Fix disable_duplicative_biases when the input is a skip layer (#2367)
3 years ago
Adrià Arrufat 4a51017c2e
Make Travis read the CXXFLAGS enviroment variable (#2366)
3 years ago
Adrià Arrufat b99bec580b
Fix serialize variant with C++17 (#2365)
3 years ago
pfeatherstone 9697fa5de2
[SERIALIZATION] support for std::optional (#2364)
3 years ago
pfeatherstone 11212a94b4
[SERIALIZATION] added support for std::variant (#2362)
3 years ago
Davis King a54507d81b suppress spurious warning
3 years ago
Davis King 273d59435f fix comment formatting
3 years ago
Davis King cd17f324eb fix warnings about possible use of uninitialized values
3 years ago
Davis King 1de47514bd Make input_layer() work with networks that contain repeat layers.
3 years ago
Davis King ded68b9af7 Cleanup gcc version checking code a little.
3 years ago
Adrià Arrufat 8e9755ab0f
do not attempt to build with gcc 4.8.5 or older (#2357)
3 years ago
Davis King 9b502d29a4 Merge branch 'pfeatherstone-allocator_traits'
3 years ago
pfeatherstone a051a65420 std_vector.h : making traits compatible with C++20
3 years ago
pfeatherstone d6d1a9e879
[TYPE_SAFE_UNION] use std::aligned_union instead of stack_based_memory_block (#2349)
3 years ago
chokomancarr 8d4df7c0b3
remove a unicode character (#2347)
3 years ago
Davis King 269a3ed1e6 fix incorrect docs about what gradient is computed
3 years ago
Adrià Arrufat 92106718bf
Make ELU an inplace layer and fix Clipped ReLU implementation (#2346)
3 years ago