Description
While loading training data into an NDArray an exception is being thrown. In this example "i" was 455, "xDim" = 740, "yDim" = 532
this is the stack trace
Reproduction Steps
probably loading as much data as in the description above into an NDArray of the same shape.
With this code:
Known Workarounds
Don't use NDArrays, use Tensors and a Dataset instead.
Something like this:
Configuration and Other Information
TensorFlow.NET version is 0.150.0
target .net version is 9.0
OS is windows 11
Description
While loading training data into an NDArray an exception is being thrown. In this example "i" was 455, "xDim" = 740, "yDim" = 532
this is the stack trace
Reproduction Steps
probably loading as much data as in the description above into an NDArray of the same shape.
With this code:
Known Workarounds
Don't use NDArrays, use Tensors and a Dataset instead.
Something like this:
Configuration and Other Information
TensorFlow.NET version is 0.150.0
target .net version is 9.0
OS is windows 11