Sebastian Metzler

Results 6 comments of Sebastian Metzler

Hello @sarahmish , thank you for your feedback. If I made some progress on my implementation I will let you know.

Hello @sarahmish and @A2015Albasir , here are my current version I was able to run in TF2.3 and TF2.4. It uses the Subclassing API and can handle multivariate time series...

@AKJHK2021 You can fit the model with a numpy array that has a shape of (n_samples, subsequence_length, features) **or** a similar prepared tf.data.Dataset. One thing is very important. The n_samples...

@halkkuma For me it is not a problem and you can use the code in the same way like the other sources of this repository. @GiacomoSintoni To run the code...

Hi @My-MacE, do you have some more details on how you set up your model? Usally there is no need to define a separate model, because TadGAN is a subclass...

Hello @My-MacE, what version of TensorFlow are you using to train the model? I see that I only used positional arguments to call the parent fit function. Maybe the order...