omarkhaled-28
Results
1
issues of
omarkhaled-28
it gives error when trying to put traindata into batch `batch = next(iter(dataloader['train'])) print("Protein IDs\n ", batch.ids) print("Sequences\n ", batch.seqs.shape) print("Evolutionary Data\n ", batch.evolutionary.shape) print("Secondary Structure\n ", batch.secondary.shape) print("Angle Data\n...