Skip to content

ARNNConv1D does not take a list[int] as an input for features. #1410

Answered by gpescia
dashsid asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dashsid ,
could you try to use a tuple instead of a list in the model initialization? So [5,10,20,80] -> (5,10,20,80).
I think the error says that you have an unhashable object in your model and since lists are mutable they are not hashable.

Let me know if this works.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@dashsid
Comment options

@PhilipVinc
Comment options

Answer selected by dashsid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants