Skip to content

Commit adb8dc5

Browse files
committed
VGG reading jpg images still not working. see test case for frog.
1 parent 955ff2e commit adb8dc5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/NDArray.chpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,6 @@ proc ref ndarray.saveImage(imagePath: string) where rank == 3 {
22872287

22882288
proc ref ndarray.loadChData(fr: IO.fileReader(?)) throws {
22892289
var r = fr.read(int);
2290-
writeln("Rank: ", r);
22912290
if r != rank then
22922291
util.err("Error reading tensor: rank mismatch.", r , " != this." , rank);
22932292
var s = this.shape;

0 commit comments

Comments
 (0)