great work
I would like to be enlightned more about this part if you allow, because I couldnt get to understand its role in prediction part.
Thanks in advance:
`for i in range(7):
if i == 0: # reverse first dimension
mymat = predict(img[::-1,:,:], model, patch_sz=PATCH_SZ, n_classes=N_CLASSES).transpose([2,0,1])
great work I would like to be enlightned more about this part if you allow, because I couldnt get to understand its role in prediction part. Thanks in advance: `for i in range(7): if i == 0: # reverse first dimension mymat = predict(img[::-1,:,:], model, patch_sz=PATCH_SZ, n_classes=N_CLASSES).transpose([2,0,1])
print(mymat[0][0][0], mymat[3][12][13])