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

Alphafold fails after generating features #31

Open raghavshroff opened 3 years ago

raghavshroff commented 3 years ago

After generating features and loading those from the npy file, I'm getting this error when trying to run the alphafold.py script. Any ideas on the cause?

RuntimeError: Given groups=1, weight of size [264, 1878, 3, 3], expected input[1, 1880, 64, 64] to have 1878 channels, but got 1880 channels instead