Urinx / alphafold_pytorch

An implementation of the DeepMind's AlphaFold based on PyTorch for research
Apache License 2.0
392 stars 92 forks source link

What are the inputs and outputs of the model? #36

Open elephantpanda opened 1 year ago

elephantpanda commented 1 year ago

I loaded the checkpoints and they have shapes like [1, 1837, 64, 64] What kind of input does this represent?

I thought the input was supposed to be a list of amino acids.