Luoyonghong / E2EGAN

81 stars 24 forks source link

Error when running the code #2

Closed razvanc92 closed 4 years ago

razvanc92 commented 4 years ago

Hello, I've tried to run the code and I'm receving the following error:

"..imputation/E2EGAN_PHY.py", line 223, in time_series_to_z init_state = self.grui_cell_g1.zero_state(self.batch_size, dtype=tf.float32) # 初始化全零 state AttributeError: 'E2EGAN' object has no attribute 'grui_cell_g1'

Any ideas how to fix it?

Luoyonghong commented 4 years ago

Seems your tensorflow version dont match, what's your version? Could you paste the full error logs?

razvanc92 commented 4 years ago

You're right. It was a problem with my TF version.

mikerq commented 2 years ago

hello, can E2EGAN fill in missing values of univariate time series?

mikerq commented 2 years ago

Hello, I want to predict the water level only by the water level. Can you help me fill in the missing value of water level with E2EGAN?

mikerq commented 2 years ago

I tried to understand E2EGAN by running through your code, but it seems that I reported a lot of errors.