jonathanking / sidechainnet

An all-atom protein structure dataset for machine learning.
BSD 3-Clause "New" or "Revised" License
322 stars 36 forks source link

Add string sequences to Dataloader as "raw_seqs". #34

Closed jonathanking closed 3 years ago

jonathanking commented 3 years ago

When yielding batches from the dataloader, raw string sequences can now be accessed.

image