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
No description provided.
The text was updated successfully, but these errors were encountered:
I think the name was changed to GenomewideGenerator
GenomewideGenerator
Sorry, something went wrong.
Where is this issue arising?
I was following the code snippet in the README. Changing to GenomewideGenerator fixed the import error but I haven't run the code yet.
from dragonnfruit.io import GWGenerator . . . X = torch.utils.data.DataLoader( GWGenerator( sequence=sequence, signal=signal, neighbors=neighbors, cell_states=cell_states, read_depths=read_depths, trimming=(2114 - 1000) // 2, window=1000, chroms=['chr1'], random_state=None), pin_memory=True, num_workers=8, worker_init_fn=lambda x: numpy.random.seed(x), batch_size=128)
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: