Continuous-Recurrent-Units
Continuous-Recurrent-Units copied to clipboard
_build_hidden_layers() missing in encoder.py
Will this function be added later?
Hi, The function needs to be specified by the user based on the dataset. For some examples of fully specified
- linear encoder and decoder see the class Physionet_USHCN.py in models.py
- convolutional encoder and decoder see the class Pendulum
- convolutional encoder and linear decoder see the class Pendulum_reg Hope this helps!
Thank you!