TensorFlow.NET
TensorFlow.NET copied to clipboard
.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
### Description This library appears to use an old version of the CUDA toolkit libraries. The readme on this project doesn't document which release I need to install so that...
### Description Hello, I try to transcribe in C# the crepe project (https://github.com/marl/crepe). Unfortunately it provides h5 files for weights that indicates 2.1.5 for keras_version. TensorFlow.Keras requires at least 2.5.0....
### Description Tensorflow.Graphs.SubGraphUtility.lift_to_graph() 方法中,internal_captures 在 base_graph is FuncGraph 判断不成立时为空,在下方foreach循环时,抛出空指针异常 ### Reproduction Steps _No response_ ### Known Workarounds _No response_ ### Configuration and Other Information _No response_
### Background and Feature Description Add .h5 model support. when i try use load_model for .h5 model, it will crash and throw an error. System.NotImplementedException HResult=0x80004001 Message=Model load of h5...
### Description Using the custom packaging of the latest Tensorflow.NET version from the Github Repo (to overcome the bug in the official NuGet package - see [https://github.com/SciSharp/TensorFlow.NET/issues/1246#issuecomment-2630024514](url) I got Tensorflow.NET...
### Description F tensorflow/core/framework/device_base.cc:72] DeviceBase does not implement name() ### Reproduction Steps _No response_ ### Known Workarounds _No response_ ### Configuration and Other Information _No response_
### Description When loading a previously saved sequential model with optimizer, the loaded model has optimizer = null. This leads to the training NOT continuing from the state before saving....
### Description When loading a model saved from python, it looks like it cannot find the constructor for `Tensorflow.Keras.Layers.ZeroPadding2D` owing to the fact that the single constructor that does exist...
### Description Running in docker , Can not find ciSharp.TensorFlow.Redist , but the same published program in windows can work Here is my versions:  Here is the docker running...
### Description I'm on MacOS (Intel), and saving a model causes the save function to fail as it's missing a library. ### Reproduction Steps Here is the F# port of...