Commit Graph

8157 Commits (9d305943bc16b878d46d636572ec662a28c04394)
 

Author SHA1 Message Date
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
Adrià Arrufat 7f53d7feb6
Make clipped-relu inplace and fix docs for elu (#2345)
3 years ago
Adrià Arrufat 1b7c7a6411
Add Clipped ReLU and ELU activations (#2285)
3 years ago
Adrià Arrufat 0ffe9c4c40
Fix input/output mappings with repeat layers (#2337)
4 years ago
Adrià Arrufat a4713b591f
Add letterbox image (#2335)
4 years ago
Davis King 01e6fd51f9 Record last changeset and set PATCH version to 99
4 years ago
Davis King 70ea028f12 Created release v19.22
4 years ago
Davis King f152a78a56 updated docs
4 years ago
Adrià Arrufat a44ddd7452
Add matrix pointwise_pow (#2329)
4 years ago
Adrià Arrufat 092fa3037f
Add softmax function for matrix type (#2320)
4 years ago
Davis King 3162f93c5d Revert "Add cmake back as a pip dependency."
4 years ago
Davis King 0697527acc fix invalid assert
4 years ago
Davis King 8b9d04390c Add cmake back as a pip dependency.
4 years ago
pfeatherstone 1b58bdc205
[SERIALIZATION] updated _abstract file (#2306)
4 years ago
pfeatherstone 479b69e688
Serialization to and from vector<int8_t> and vector<uint8_t> (#2301)
4 years ago
Adrià Arrufat 04a3534af1
fix set_learning_rate_multipliers_range not working (#2304)
4 years ago
Adrià Arrufat 42e6ace845
Minor fix in the network size format (#2303)
4 years ago
Davis King 9f6aefc0db Add missing .get_final_data_gradient() for repeat layer
4 years ago
pfeatherstone 1516cf31c3
[MATRIX] bug fix. If you #include <dlib/matrix.h> in a header file you might get a compiler error saying ambiguous call to max(). This commit fixes that. (#2287)
4 years ago
Davis King 22007f6665 work around bug in visual studio
4 years ago
pfeatherstone b8807922dd
FFT: added std::vector overloads for fft, ifft, fft_inplace and ifft_inplace (#2286)
4 years ago