We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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?
The text was updated successfully, but these errors were encountered:
@apopli You can do this by setting that value as True in the configure file.
Sorry, something went wrong.
No branches or pull requests
@taigw What is the use of flip in __get_one_batch function of data_loader.py?
I do see that its default value is set to False. But how would the data be affected by setting it to True?
The text was updated successfully, but these errors were encountered: