Releases: cvjena/cn24
Releases · cvjena/cn24
CN24 2.0.5
CN24 v2.0.4
Changes:
- Introduced CTest suite to catch errors
CN24 v2.0.3
Changes:
- Fixed memory corruption issue with AdvancedMaxPoolingLayer and non-square pooling regions
CN24 v2.0.2
Changes:
- Fixed missing layer time measurement facilities
- classifyImage: Fixed missing spatial prior
CN24 v2.0.1
Changes:
- Reduced number of compiler warnings significantly
- runBenchmark: Added random content to data for benchmarks and gradient check
CN24 v2.0.0
Changes:
- Several bug fixes
- Introducing a compressed TensorStream format
- Improved GraphViz network structure output
- Better OpenCL and clBLAS support on Windows
- Complete statistics overhaul improving data analysis significantly
- Modular architecture allowing any component to report data
- Added a "set experiment name" command to trainNetwork
- Improved scripts for experiments
- New layer InputDownSamplingLayer
- New tool tensorStreamStats: Reads a TensorStream and displays information on sample distribution between classes
- New tool makeCompressedTensorStream: New variant of makeTensorStream that uses compressed TensorStream format
- New tool compressTensorStream: Compresses an existing TensorStream
- New tool runBenchmark: Runs a repeatable benchmark for performance assessment
CN24 v1.3.2
Changes:
- Fixed a bug that prevented loss sampling from working on OpenCL platforms
CN24 v1.3.1
Changes:
- Improved startup times by memory mapping the dataset on supported systems (Linux,OS X)
CN24 v1.3.0
Changes:
- Added QuickProp optimization algorithm
- New advanced max-pooling layer
- Performance improvements
- Network is now represented as a graph for increased flexibility
- Debug messages are now suppressed by default
- Several bug fixes
- trainNetwork: New command to output network structure as GraphViz file
- trainNetwork: New command
- TensorMath: OpenCL code path now uses clBLAS
- ConvolutionLayer: Now supports stride, padding and grouping
CN24 v1.2.2
Changes:
- Init: Fixed wrong delete operator, restricted OpenCL context to device
- Init: Fixed conditional includes