brats17 icon indicating copy to clipboard operation
brats17 copied to clipboard

flip in __get_one_batch function

Open apopli opened this issue 6 years ago • 1 comments

@taigw What is the use of flip in __get_one_batch function of data_loader.py?

if(flip):
    sub_data_moda = np.flip(sub_data_moda, -1)

I do see that its default value is set to False. But how would the data be affected by setting it to True?

apopli avatar Jun 07 '18 18:06 apopli

@apopli You can do this by setting that value as True in the configure file.

taigw avatar Dec 03 '18 09:12 taigw