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

How to solute this problem in dataset.py(ProteinDataset method) #22

Open Planet-KIM opened 3 years ago

Planet-KIM commented 3 years ago
Traceback (most recent call last):
  File "dataset.py", line 383, in <module>
    test()
  File "dataset.py", line 375, in test
    dataset = ProteinDataset('T1019s2.pkl', DISTOGRAM_MODEL, replica)
TypeError: __init__() takes 3 positional arguments but 4 were given