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
hi , in file "seq_seq_annot_aami.py" line 299,
shouldn't 1:nums[1] be 1:n_oversampling like the other elements of the dictionary? or there's a logic behind this?
regards Ed
The text was updated successfully, but these errors were encountered:
Hi,
If nums[1] is equal to n_oversampling, you can change it to 1:n_oversampling, otherwise leave it.
Regards, Sajad
Sorry, something went wrong.
No branches or pull requests
hi ,
in file "seq_seq_annot_aami.py" line 299,
shouldn't 1:nums[1] be 1:n_oversampling like the other elements of the dictionary?
or there's a logic behind this?
regards
Ed
The text was updated successfully, but these errors were encountered: