You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install the python packagereticulate::py_install("keras-tcn")
# import the python module: tcn<-reticulate::import("tcn")
# create the layerlayer<-tcn$TCN(...)
# use the layer() normally (e.g., in a Functional or Sequential Model)
Note, it seems the two tft implementations linked to have not yet been updated for Keras 3.
philipperemy/keras-tcn#246
The text was updated successfully, but these errors were encountered: