Continuous-Recurrent-Units icon indicating copy to clipboard operation
Continuous-Recurrent-Units copied to clipboard

_build_hidden_layers() missing in encoder.py

Open JFagin opened this issue 2 years ago • 2 comments

Will this function be added later?

JFagin avatar Dec 15 '22 04:12 JFagin

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!

monasch avatar Jan 06 '23 11:01 monasch

Thank you!

JFagin avatar Jan 06 '23 15:01 JFagin