Hacker News new | ask | show | jobs
by kaybe 2690 days ago
Yes please! I have no idea what I'm doing (ok only a little), and finally got the dimensions to match and have trainable layers, and now I am informed that 't.slice is not a function'. Hm. Maybe still a dimension problem somewhere.
1 comments

might actually be a bug, if you can save the model and send me the URL I will check it out
As I said, I don't really know what I'm doing.. The editor crashed while I was playing with it, so I remade the model here: (still the same error)

https://editor.aifiddle.io/models/cloud/9f33d272-5aab-40eb-8...

Maybe the last reshape is not actually legal since it reduces the number of values?

edit: Yes, I think that's it. Using Dense instead works.

Yes looks like it. I make a note to handle that more gracefully