yongqyu / MolGAN-pytorch

Pytroch implementation of MolGAN: An implicit generative model for small molecular graphs (https://arxiv.org/abs/1805.11973)
161 stars 42 forks source link

No such file or directory: 'data/NP_score.pkl.gz' #11

Open daiyizheng opened 2 years ago

daiyizheng commented 2 years ago

I need help. The error message is as follows:

File "/DYZ/dyz1/anaconda3/envs/gnn/lib/python3.7/gzip.py", line 53, in open binary_file = GzipFile(filename, gz_mode, compresslevel) File "/DYZ/dyz1/anaconda3/envs/gnn/lib/python3.7/gzip.py", line 163, in init fileobj = self.myfileobj = builtins.open(filename, mode or 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'data/NP_score.pkl.gz'