File: change.txt

package info (click to toggle)
deepboof 0.5.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,856 kB
  • sloc: java: 14,433; python: 50; makefile: 12; sh: 3
file content (42 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Change Log

Date Format: year/month/day

---------------------------------------------
Date    : 2021
Version : 0.5.1

- Updated dependencies and build script

---------------------------------------------
Date    : 2016
Version : 0.4

- DeepBoofDataBaseOps provides more useful error messages.

---------------------------------------------
Date    : 2016-12-7
Version : 0.3

- Removed dependency on wget.  It would hang when connection was refused from remote
- Added own custom code which doesn't hang and is much more informative!
- Added Tensor_S64
- Torch parsing
  * Fixed reading of LongStorage
  * Added unit test explicitly for different tensor types
- Torch Dropout
  * Checks to see if stochastic_inference is true and throws an error message
  * modified Torch unit test to not accidentially turn it on for SpatialDropout

---------------------------------------------
Date    : 2016-11-30
Version : 0.2

- Reverted to Java 1.7 so that it can support Android
- Better support for loading and running Torch networks

---------------------------------------------
Date    : 2016-10-12
Version : 0.1

- First official release primarily for Maven Central