"torchvision/vscode:/vscode.git/clone" did not exist on "b0aa60ca0fd72c85164269dc8097e4d460ccf0fd"
- 20 Jan, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Juha Reunanen authored
* Add new loss layer for binary loss per pixel
-
- 18 Jan, 2020 5 commits
-
-
Davis King authored
cuda_data_ptr<T>. Also moved some memcpy() functions to namespace scope so that calling them like dlib::cuda::memcpy() can referene them. It was slightly annoting before.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Adrià Arrufat authored
-
- 17 Jan, 2020 1 commit
-
-
Juha Reunanen authored
-
- 15 Jan, 2020 6 commits
-
-
Manjunath Bhat authored
* Adding Mish activation function * Bug fixed * Added test for Mish * Removed unwanted comments * Simplified calculation and removed comments * Kernel added and gradient computation simplified * Gradient simplified * Corrected gradient calculations * Compute output when input greater than 8 * Minor correction * Remove unnecessary pgrad for Mish * Removed CUDNN calls * Add standalone CUDA implementation of the Mish activation function * Fix in-place gradient in the CUDA version; refactor a little * Swap delta and omega * Need to have src (=x) (and not dest) available for Mish * Add test case that makes sure that cuda::mish and cpu::mish return the same results * Minor tweaking to keep the previous behaviour Co-authored-by:Juha Reunanen <juha.reunanen@tomaattinen.com>
-
Davis King authored
-
Davis King authored
-
thebhatman authored
-
Davis King authored
-
thebhatman authored
-
- 13 Jan, 2020 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
It's a cheap check, and easy for someone to forget about otherwise.
-
- 12 Jan, 2020 1 commit
-
-
Davis King authored
-
- 10 Jan, 2020 2 commits
-
-
Davis King authored
-
Adrià Arrufat authored
-
- 08 Jan, 2020 2 commits
-
-
jeffeDurand authored
-
Juha Reunanen authored
-
- 05 Jan, 2020 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 28 Dec, 2019 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 22 Dec, 2019 1 commit
-
-
Davis King authored
-
- 21 Dec, 2019 1 commit
-
-
Davis King authored
-
- 14 Dec, 2019 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 05 Dec, 2019 1 commit
-
-
Davis King authored
-
- 29 Nov, 2019 1 commit
-
-
Davis King authored
-
- 28 Nov, 2019 2 commits
-
-
Davis King authored
-
Davis King authored
the user provided objective function. If it's faster than the LIPO upper bounding Monte Carlo model then we skip or limit the Monte Carlo stuff and just fun the objective function more often. Previously, find_max_global() simply assumed the objective functions were really expensive to invoke. TLDR: this change makes find_max_global() run a lot faster on objective functions that are themselves very fast to execute, since it will skip the expensive Monte Carlo modeling and just call the objective function a bunch instead.
-