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
I get this error when running on Colab, please help me. Thanks
can't multiply sequence by non-int of type 'float'
The text was updated successfully, but these errors were encountered:
in data.py file, you can add following code to solve this problem
data.py
segs_size = max(1, num_per_dga / len(ramdo_lengths)) segs_size = int(segs_size) # add this code
hope it works for you😄
Sorry, something went wrong.
No branches or pull requests
I get this error when running on Colab, please help me. Thanks
can't multiply sequence by non-int of type 'float'
The text was updated successfully, but these errors were encountered: