Skip to content

Commit 0c637bb

Browse files
committed
come back
1 parent fc57c88 commit 0c637bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/bioimage/modelrunner/tensorflow/v1/tensor/ImgLib2Builder.java

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ private static RandomAccessibleInterval<IntType> buildFromTensorInt(Tensor<Integ
118118

119119
private static RandomAccessibleInterval<FloatType> buildFromTensorFloat(Tensor<Float> tensor) {
120120
long[] arrayShape = tensor.shape();
121-
System.out.println(Arrays.asList(arrayShape));
122121
if (CommonUtils.int32Overflows(arrayShape, 4))
123122
throw new IllegalArgumentException("Model output tensor with shape " + Arrays.toString(arrayShape)
124123
+ " is too big. Max number of elements per float output tensor supported: " + Integer.MAX_VALUE / 4);

0 commit comments

Comments
 (0)