jingraham / neurips19-graph-protein-design

Generative Models for Graph-Based Protein Design
MIT License
249 stars 57 forks source link

no data/cath #1

Open minghuihuang opened 4 years ago

minghuihuang commented 4 years ago

runfile('/Users/hmh2017/Downloads/neurips19-graph-protein-design-master/experiments/train_s2s.py', wdir='/Users/hmh2017/Downloads/neurips19-graph-protein-design-master/experiments') Number of parameters: 1526164 Traceback (most recent call last):

File "/Users/hmh2017/Downloads/neurips19-graph-protein-design-master/experiments/train_s2s.py", line 21, in dataset = data.StructureDataset(args.file_data, truncate=None, max_length=500)

File "../struct2seq/data.py", line 16, in init with open(jsonl_file) as f:

FileNotFoundError: [Errno 2] No such file or directory: '../data/cath/chain_set.jsonl'

sirius777coder commented 2 years ago

Hello! I meet this problem too. Do you solve it?