Closed
Description
Description
amin
and amax
are aliases for min
and max
in numpy. They don't do the same as argmin
or argmax
. Refer to the documentation:
https://numpy.org/doc/stable/reference/generated/numpy.amin.html
https://numpy.org/doc/stable/reference/generated/numpy.amax.html
They should map to tf.min
and tf.max
Relevant source file:
https://github.com/SciSharp/TensorFlow.NET/blob/master/src/TensorFlowNET.Core/NumPy/NumPy.Statistics.cs
Reproduction Steps
use np.amin
and notice everything go up in flames
Known Workarounds
No response
Configuration and Other Information
- TensorFlow.NET 0.110.2
- TensorFlow.Keras 0.11.2
- .NET 6
- Windows 10
Metadata
Metadata
Assignees
Labels
No labels