Hao LI

Results 8 issues of Hao LI

Hi, I checked the source code of the implementation of LSTM https://github.com/SciSharp/TensorFlow.NET/blob/8d7b85aa556344430ada57d335a26d81eba25c8a/src/TensorFlowNET.Keras/Layers/LSTM.cs#L31 Seems like LSTM does not work. If so, would you mind removing the interface or raising an error...

Hi, I'm trying to train a model with the Embedding layer, however, it does not work. Here is the example code: ```C# // set up the model var inputs =...

When I use the SGD optimizer, I noticed that it only supports setting the learning rate. Is there a way we can add support for momentum (and decay if possible)...

It seems like this interface https://github.com/SciSharp/TensorFlow.NET/blob/master/src/TensorFlowNET.Keras/Engine/Model.Predict.cs#L27 only returns the result of the latest batch. Is it possible to return all the results of the inputs?

This interface returns a KeyValuePair: https://github.com/SciSharp/TensorFlow.NET/blob/master/src/TensorFlowNET.Keras/Engine/Model.Evaluate.cs#L65 but this one does not: https://github.com/SciSharp/TensorFlow.NET/blob/master/src/TensorFlowNET.Keras/Engine/Model.Evaluate.cs#L25 Can we add the same return value for the latter interface?

Hi, according to https://github.com/librariesio/libraries.io/issues/1483, readmes are not exported in the dataset. If I want to collect readmes of projects like this https://libraries.io/hackage/tensorflow. Is there a way to do so or...

# What does this PR do? Add system prompt for OpenAI Representation model, see Issue #2146 ## Before submitting - [ ] This PR fixes a typo or improves the...

### Feature request Currently, the system prompt of the OpenAI representation model is fixed. This feature allows developers to customize the system prompt. ### Motivation Provide flexibility to developers to...