Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flip in __get_one_batch function #14

Open
apopli opened this issue Jun 7, 2018 · 1 comment
Open

flip in __get_one_batch function #14

apopli opened this issue Jun 7, 2018 · 1 comment

Comments

@apopli
Copy link

apopli commented Jun 7, 2018

@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?

@taigw
Copy link
Owner

taigw commented Dec 3, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants