Hacker News new | ask | show | jobs
by amitport 2690 days ago
This is really well done.

I've got to mention two missing features that I find important:

1 - help popups: it will be nice if terms had a small help icon that can display a little context on hover/press (that's a quick win, makes unknown things usable, much easier to implement than a full manual/interactive tutorial)

2 - social login / email-only login: you are missing sign-ups (I hate having more passwords).

1 comments

1- Indeed. Part of the vision for AiFiddle is to make a educational tool.

2- Yep fairly easy win too as I am using Cognito for auth.

Thanks for the feedback

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.
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