Jungmok Lee

Results 4 comments of Jungmok Lee

@blaskowitz100 Thank you for sharing your code. I have one question. I imported TadGAN class and set my custom data(4200000,20,1). and I tried to fit the model. But It doesn't...

@blaskowitz100 Thank you for your replying. Could you write more details when fit the model? I typed the code that you write # model input model = TadGAN(ts_input_shape = (100,...

Hi @blaskowitz100 , I tried to use this model NewYork Taxi Data, I found error ``` model.fit(x_train,batch_size=256,epochs=1) TypeError Traceback (most recent call last) Cell In[49], line 1 ----> 1 model.fit(x_train,batch_size=256,epochs=1)...

@blaskowitz100 I used TF2.3. But It didn't work my data type is numpy.ndarray. Does it have difference?