-
Notifications
You must be signed in to change notification settings - Fork 541
Open
@Rokumaehn
Description
Description
While loading training data into an NDArray an exception is being thrown. In this example "i" was 455, "xDim" = 740, "yDim" = 532
Imagethis is the stack trace
ImageReproduction 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:
ImageConfiguration and Other Information
TensorFlow.NET version is 0.150.0
target .net version is 9.0
OS is windows 11
Metadata
Metadata
Assignees
Labels
No labels