TensorFlow.NET
TensorFlow.NET copied to clipboard
Can model.predict returns all the results instead of the latest batch?
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?
set batch_size as total size of your data