aspuru-guzik-group / chemical_vae

Code for 10.1021/acscentsci.7b00572, now running on Keras 2.0 and Tensorflow
Apache License 2.0
470 stars 178 forks source link

AttributeError: 'TerminalGRU' object has no attribute 'preprocess_input' #42

Closed ShangChien closed 2 years ago

ShangChien commented 2 years ago

run script 'intro_to_chemvae.ipynb', return this :

AttributeError: in user code:

/home/sc/ml/chemical_space/chemical_vae-main/chemvae/tgru_k2_gpu.py:207 call *
preprocessed_input = self.preprocess_input(X)

AttributeError: 'TerminalGRU' object has no attribute 'preprocess_input'

anybody meet this issue? hope for anwser or discussion

Minyoung1102 commented 2 years ago

I meet that issue, too. Did you solve it?