- 01 Dec, 2017 5 commits
-
-
Davis King authored
-
Facundo Galán authored
* disjoint_subsets: make clear and sizde functions noexcept * disjoint_subsets: add get_number_of_sets function, documentations and tests * disjoint_subsets: add get_size_of_set function, documentation and tests * Split disjoint_subsets in a hierarchy. Modify disjoint_subsets to make it a valid base class. Add new class disjoint_subsets_sized, with information about number of subsets, and size of each subset. Add necessary unit test for the new class. * Replace tabs by spaces. * Remove virtuals from disjoint_subsets, and modify disjoint_subsets_sized. Now disjoint_subsets_sized is implemented in terms of disjoint_subsets, instead of inherit from it.
-
Davis King authored
-
Davis King authored
-
Davis King authored
functions very much when using the dnn tools, since otherwise it will sometimes take hours to compile.
-
- 26 Nov, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 25 Nov, 2017 11 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
precision by default. If the user is OK with less precision they can change it.
-
Davis King authored
-
Davis King authored
and BOBYQA. This greatly simplifies the example.
-
Davis King authored
that obviously need it.
-
Davis King authored
-
- 24 Nov, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 23 Nov, 2017 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
particular, rather than just dumping exactly 400 of the last loss values, it now dumps 400 + 10% of the loss buffer. This way, the amount of the dump is proportional to the steps without progress threshold. This is better because when the user sets the steps without progress to something larger it probably means you need to look at more loss values to determine that we should stop, so dumping more in that case ought to be better.
-
- 22 Nov, 2017 1 commit
-
-
hannometer authored
* imglab: select next/previous image with 's' and 'w' * imglab: make 'w' and 's' keys behave like UP and DOWN keys; add 'about' text
-
- 21 Nov, 2017 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
types and put them into their own file.
-
Davis King authored
-
Davis King authored
-
- 20 Nov, 2017 3 commits
-
-
Kino authored
Still hunting down pre-generic_image implementations
-
Davis E. King authored
-
Davis King authored
-
- 19 Nov, 2017 2 commits
-
-
Juha Reunanen authored
* Problem: log loss may become infinite, if g[idx] goes zero Solution: limit the input of the log function to 1e-6 (or more) * Parameterize the safe_log epsilon limit, and make the default value 1e-10
-
Davis King authored
-