Emgu TF Version History: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Emgu.TF-1.13.1= | |||
==Online Documentation== | |||
[{{server}}/wiki/files/emgutf/1.13.1/document/index.html Emgu TF Documentation] | |||
[{{server}}/wiki/files/emgutf/1.13.1/document-lite/index.html Emgu TF Lite Documentation] | |||
==Change Log== | |||
* 1.13.1 is based on the Tensorflow 1.13.1 release | |||
* For Android build, we use NDK r18b instead of r12b, armeabi is no longer supported. | |||
* For the Xamarin demo project, we implemented image picking for Windows WPF platform. | |||
* Bug fix for ImageIO.ReadTensorFromImageFile<T> for the Windows platform when the image width is not a multiple of 4. | |||
* Added the re-trained flower model in the Xamarin Forms demo. | |||
* Improvements to error handling in the demo projects. | |||
* Added TfInvoke.IsOperationSupported, TfInvoke.OpHasKernel | |||
=Emgu.TF-1.12.0= | =Emgu.TF-1.12.0= | ||
Revision as of 20:05, 4 April 2019
Emgu.TF-1.13.1
Online Documentation
Change Log
- 1.13.1 is based on the Tensorflow 1.13.1 release
- For Android build, we use NDK r18b instead of r12b, armeabi is no longer supported.
- For the Xamarin demo project, we implemented image picking for Windows WPF platform.
- Bug fix for ImageIO.ReadTensorFromImageFile<T> for the Windows platform when the image width is not a multiple of 4.
- Added the re-trained flower model in the Xamarin Forms demo.
- Improvements to error handling in the demo projects.
- Added TfInvoke.IsOperationSupported, TfInvoke.OpHasKernel
Emgu.TF-1.12.0
Online Documentation
Change Log
- 1.12.0 is based on the Tensorflow 1.12.0 release
- Emgu TF Lite release now also support Windows x64 platform.
Emgu.TF-1.10.0
Online Documentation
Change Log
- 1.10.0 is based on the Tensorflow 1.10.0 release
- New Emgu TF Lite release based on Tensorflow Lite, supports Android, iOS and Mac OS.
Emgu.TF-1.7.0
Online Documentation
Change Log
- 1.7.0 is based on the Tensorflow 1.7.0 release
- Converted Emgu.TF.Protobuf to a NetStandard project.
- Emgu.TF.Model has been completely re-written to output download progress to the UI.
- For nuget packages, set the native dll items as None instead of Content.
- Upgrade demo projects to .NET 4.6 such that it can use TLS 1.2.
Emgu.TF-1.5.0
Online Documentation
Change Log
- 1.5.0 is based on the Tensorflow 1.5.0 release
- Added EMGU.TF.MODELS nuget package
- Added EMGU.TF.PROTOBUF nuget package
- For Commercial release, added Emgu.TF-GPU nuget package
Emgu.TF-1.4.0
Online Documentation
Change Log
- 1.4.0 is based on the Tensorflow 1.4.0 release
- Added commercial release for Windows with GPU support. Latest CUDA driver is required.
- Added commercial release for Android.
- Added commercial release for macOS
- Added commercial release for Unity (supports Windows Standalone and Mac OS standalone build).