|
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 |
3 | 3 | - Add support for non-unrolled loops in the Value library |
4 | 4 | - Add new methods to Python API to support FastGRNN models |
5 | 5 | - Add easy node-creation functions |
6 | 6 | - Fix bugs in ReinterpretLayoutNode |
7 | 7 | - 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 |
9 | 9 | - Fix darknet importer |
10 | 10 | - 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 |
11 | 22 |
|
12 | | -## 2.4.0 |
| 23 | +## 2.4.0 |
13 | 24 | - Initial release of the finetune utility |
14 | 25 | - Remove stale references to VS 2015 |
15 | 26 | - Add logging of build tool options |
|
39 | 50 | - Fix importing of depthwise separable models |
40 | 51 | - Fix "Repurposing a pretrained image classifier" tutorial |
41 | 52 |
|
42 | | -## v2.3.6 |
| 53 | +## v2.3.6 |
43 | 54 | - Initial version of the ONNX importer |
44 | 55 | - Tools now have a -v/--verbose option that will control the output of additional helpful logging - data |
45 | 56 | - 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: |
47 | 58 | - --convolution_method: this lets you specify the convolution method (it just passes the value on to the compile executable) |
48 | 59 | - --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. |
49 | 60 |
|
50 | | -## v2.3.5 |
| 61 | +## v2.3.5 |
51 | 62 | - Fixed typos in some tutorials (thanks @lisaong ) |
52 | 63 | - Added support for emitting relocatable object code |
53 | 64 | - Added Travis-CI support (thanks @lisaong ) |
|
60 | 71 | - make_profiler.sh can now be run from anywhere |
61 | 72 | - Various bug fixes (#161, #157, #149) |
62 | 73 |
|
63 | | -## v2.3.4 |
| 74 | +## v2.3.4 |
64 | 75 | - Fix importing CNTK models with a Softmax layer |
65 | 76 | - Add a Reset function to LSTM and GRU models to clear the state |
66 | 77 |
|
67 | | -## v2.3.3 |
| 78 | +## v2.3.3 |
68 | 79 | - Fixes issue #140 |
69 | 80 | - Helps issue #138 by fixing importing of Darknet models with Fully Connected layers |
70 | 81 | - Simplified and improved LLVM IR optimization in emitted code |
|
74 | 85 | - Fix running build.sh without any command line args |
75 | 86 | - Miscellaneous bug fixes |
76 | 87 |
|
77 | | -## v2.3.2 |
| 88 | +## v2.3.2 |
78 | 89 | - Fix issue #137 |
79 | 90 | - Added resnet models to gallery |
80 | 91 | - Add support for naive depthwise separable convolution layers |
81 | 92 |
|
82 | | -## v2.3.1 |
| 93 | +## v2.3.1 |
83 | 94 | - Added more fine grained profiling support for emitted code |
84 | 95 | - Make find_package for LLVM more resilient to finding the version that ELL needs |
85 | 96 | - Updated Setting up your Raspberry Pi device for tutorials to move to Raspbian Stretch |
86 | 97 | - Updated links to YOLOv2 configuration and weights in Getting started with object detection using - region of interest networks |
87 | 98 | - Added better support for importing models from older versions of CNTK |
88 | 99 |
|
89 | | -## v2.3.0 |
90 | | -- New tutorials available: |
| 100 | +## v2.3.0 |
| 101 | +- New tutorials available: |
91 | 102 | - Getting started with object detection using region of interest networks |
92 | 103 | - Getting started with audio keyword classification on the Raspberry Pi |
93 | 104 | - Updated importer to handle the importing of resnet models |
94 | | -- Miscellaneous bug fixes. |
| 105 | +- Miscellaneous bug fixes. |
0 commit comments