Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keras-tcn for R #246

Open
Ujjwal4CULS opened this issue Apr 12, 2023 · 2 comments
Open

keras-tcn for R #246

Ujjwal4CULS opened this issue Apr 12, 2023 · 2 comments
Labels
question Further information is requested

Comments

@Ujjwal4CULS
Copy link

Would you please le me know how to interface this keras-tcn module in R or RStudio?

@philipperemy
Copy link
Owner

philipperemy commented Apr 19, 2023

@Ujjwal4CULS maybe try this:

Keras-TCN is a 100% Keras layer. So if you can make it work with a simple Keras model, it should work with this one.

Let me know.

@philipperemy philipperemy added the question Further information is requested label May 29, 2023
@Steviey
Copy link

Steviey commented Jun 2, 2024

+1 Has the layer to be hardcoded registered anywhere?

suppressPackageStartupMessages(library(reticulate))
    use_condaenv("keras_tensorflow")

    suppressPackageStartupMessages(library(tensorflow))
    suppressPackageStartupMessages(library(keras))
    #suppressPackageStartupMessages(library(keras3))
    #suppressPackageStartupMessages(library(kerasR))
    suppressPackageStartupMessages(library(abind))
    

Caused by error in `layer_tcn()`:
! could not find function "layer_tcn"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants