Open mah533 opened 4 years ago
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
Hi,
If nums[1] is equal to n_oversampling, you can change it to 1:n_oversampling, otherwise leave it.
Regards, Sajad
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