Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit ebafc3c

Browse files
author
Kern Handa (KERN)
committed
Merged PR 1238: Update History.md before release
1 parent 14c7e0d commit ebafc3c

2 files changed

Lines changed: 26 additions & 15 deletions

File tree

History.md

Lines changed: 25 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
1-
## 2.4.1*
2-
- Improvements to audio python library and updates to audio training tutorial
1+
## 2.5.0
2+
- Improve audio python library and update audio training tutorial
33
- Add support for non-unrolled loops in the Value library
44
- Add new methods to Python API to support FastGRNN models
55
- Add easy node-creation functions
66
- Fix bugs in ReinterpretLayoutNode
77
- Fix importing of DenseNet models
8-
- Improvements to FFT and MelFilterBank nodes so that non-power of 2 sized input buffers can be processed.
8+
- Improve FFT and MelFilterBank nodes so that non-power of 2 sized input buffers can be processed
99
- Fix darknet importer
1010
- Add shuffling of test and validation sets to audio train_classifier
11+
- Update OpenBLASSetup.cmake so it can find a locally built version of OpenBLAS
12+
- Fix compiling for cortex-m4 targets
13+
- Add a link back to the original model file name in our emitted header file
14+
- Clean up Python API, removing "TensorShape" specific API in favor of the more general PortMemoryLayout
15+
- Fix bug in Microphone and WavReader classes so they properly handle auto-resampling of audio with multiple channels
16+
- Add an -auto_scale option to audio scripts to control whether audio is scaled or not before featurization
17+
- Add ability to mix noise with audio during make_dataset process
18+
- Add support for shuffling and cleaning the audio training list
19+
- Add many new options to audio train_classifier, including ability to control learning rate schedulers
20+
- Fix link error when building on a Mac
21+
- Fix exception in DetectLowPrecisionConvolutionTransformation when running Compile in Debug mode
1122

12-
## 2.4.0
23+
## 2.4.0
1324
- Initial release of the finetune utility
1425
- Remove stale references to VS 2015
1526
- Add logging of build tool options
@@ -39,15 +50,15 @@
3950
- Fix importing of depthwise separable models
4051
- Fix "Repurposing a pretrained image classifier" tutorial
4152

42-
## v2.3.6
53+
## v2.3.6
4354
- Initial version of the ONNX importer
4455
- Tools now have a -v/--verbose option that will control the output of additional helpful logging - data
4556
- Demo helper script has been modified to print labels to STDOUT instead of drawing on the image. - This is useful for some training sets like CIFAR
46-
- Couple of new options for wrap.py:
57+
- Couple of new options for wrap.py:
4758
- --convolution_method: this lets you specify the convolution method (it just passes the value on to the compile executable)
4859
- --llvm-format gets a new option: obj. This, along with --no-llc-tool and --no-opt-tool let you skip the time-consuming llc and opt steps. To retain compatibility with compile, the object file suffix is now .o.
4960

50-
## v2.3.5
61+
## v2.3.5
5162
- Fixed typos in some tutorials (thanks @lisaong )
5263
- Added support for emitting relocatable object code
5364
- Added Travis-CI support (thanks @lisaong )
@@ -60,11 +71,11 @@
6071
- make_profiler.sh can now be run from anywhere
6172
- Various bug fixes (#161, #157, #149)
6273

63-
## v2.3.4
74+
## v2.3.4
6475
- Fix importing CNTK models with a Softmax layer
6576
- Add a Reset function to LSTM and GRU models to clear the state
6677

67-
## v2.3.3
78+
## v2.3.3
6879
- Fixes issue #140
6980
- Helps issue #138 by fixing importing of Darknet models with Fully Connected layers
7081
- Simplified and improved LLVM IR optimization in emitted code
@@ -74,21 +85,21 @@
7485
- Fix running build.sh without any command line args
7586
- Miscellaneous bug fixes
7687

77-
## v2.3.2
88+
## v2.3.2
7889
- Fix issue #137
7990
- Added resnet models to gallery
8091
- Add support for naive depthwise separable convolution layers
8192

82-
## v2.3.1
93+
## v2.3.1
8394
- Added more fine grained profiling support for emitted code
8495
- Make find_package for LLVM more resilient to finding the version that ELL needs
8596
- Updated Setting up your Raspberry Pi device for tutorials to move to Raspbian Stretch
8697
- Updated links to YOLOv2 configuration and weights in Getting started with object detection using - region of interest networks
8798
- Added better support for importing models from older versions of CNTK
8899

89-
## v2.3.0
90-
- New tutorials available:
100+
## v2.3.0
101+
- New tutorials available:
91102
- Getting started with object detection using region of interest networks
92103
- Getting started with audio keyword classification on the Raspberry Pi
93104
- Updated importer to handle the importing of resnet models
94-
- Miscellaneous bug fixes.
105+
- Miscellaneous bug fixes.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.1
1+
2.5.0

0 commit comments

Comments
 (0)