TensorFlowSharp
TensorFlowSharp copied to clipboard
TensorFlow API for .NET languages
With support for PluggableDevice? https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h
**when i used the tensorflow model exported from azure custom vision service, i found error as blow,( TensorflowSharp 1.13 ), could any idea to solve this question:** `TensorFlow.TFException HResult=0x80131500 Message=NodeDef...
dot net SDK and runtime install in the machine but i can't run my application -- dotnet AppName.dll I got this error Unhandled exception. System.BadImageFormatException: An attempt was made to...
Hi, does the latest master support Tensorflow 2.0? If not, when do you think it will be supported? Thanks!
Fixes #479 Also removed native binaries being packed with TensorFlowSharp. Not only do they make the package unreasonably large due to cross-product of native runtimes, but they also remove the...
Fixes #429
When using the GPU version of libtensorflow.dll, I always got "Cannot load library ..." error but I couldn't see any missing dependencies in DependencyWalker. The CPU version works without problem....
Fixes #480 --- This change is [](https://reviewable.io/reviews/migueldeicaza/tensorflowsharp/482)
Hi , I had recently trained a model using Keras. I was able to save the model using model.save(location). The generated files are assets, variables, keras.metadata.pb , saved_model.pb . How...
Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.4.1 to 3.15.0. Release notes Sourced from Google.Protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...