You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you very much for your contributions!
I think there is a a typo on the line 70 of the file ./src/create_mil_data.py. Shouldn't it be
min_length = sorted(lengths)[0]
instead of
min_length = sorted(lengths)[1]
also did you use a random seed to generate the data in order to reproduce the dataset?
The text was updated successfully, but these errors were encountered:
Hello,
Thank you very much for your contributions!
I think there is a a typo on the line 70 of the file ./src/create_mil_data.py. Shouldn't it be
min_length = sorted(lengths)[0]
instead of
min_length = sorted(lengths)[1]
also did you use a random seed to generate the data in order to reproduce the dataset?
The text was updated successfully, but these errors were encountered: