Live data from Hacker News

Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

beta.aifiddle.io

21–30 of 51 posts

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#21

Wow this is great! Makes the process so much more interactive, being able to draw your own digits and it gets recognised is great. Some small issues I ran into for your todo list: 1. Load a Model -> Select model -> Dialog had some spelling mistakes. 2. Using react tools for chrome, I can see the UI is updating constantly when nothing changes. This is also making the popup flicker when mouse hovering over the graphs.…

[deleted]

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#22

Really nice - really like it for just fiddling around with models. One missing feature would be an "undo" function - I accidentally deleted a layer and couldn't find a way to undelete it? Edit: just found an error when trying to actually train a network: TypeError: Argument 1 of WebGL2RenderingContext.clientWaitSync is not an object. This was doing a very simple MNIST->dense(200)->dense(1)->output model using Firefox…

[deleted]

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#23
post #15
post #7

Awesome work. Now make it emit keras/tf/torch code!

In the backlog. With export to Colab.

I'd encourage everyone not to support colab or any other proprietary lock-in platforms. But do as you will.

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#24

Wow this is great! Makes the process so much more interactive, being able to draw your own digits and it gets recognised is great. Some small issues I ran into for your todo list: 1. Load a Model -> Select model -> Dialog had some spelling mistakes. 2. Using react tools for chrome, I can see the UI is updating constantly when nothing changes. This is also making the popup flicker when mouse hovering over the graphs.…

Good catch. Thanks. Indeed due for a perf update.

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#26
post #5

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

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#27

Really nice - really like it for just fiddling around with models. One missing feature would be an "undo" function - I accidentally deleted a layer and couldn't find a way to undelete it? Edit: just found an error when trying to actually train a network: TypeError: Argument 1 of WebGL2RenderingContext.clientWaitSync is not an object. This was doing a very simple MNIST->dense(200)->dense(1)->output model using Firefox…

Thanks for reporting. I haven't done a lot of testing outside of Chrome, will check this out.

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#28
post #7

Awesome work. Now make it emit keras/tf/torch code!

Had the same idea; opened a "feature request" here: https://github.com/m4nuC/aifiddle-issues/issues/6 Not sure how easy it will be to support all the types of layers on all platforms, but I think if target is Keras/PyTorch already going to be kick ass...

Thanks for taking the time. Keras functional API export coming soon. The rest will follow.

Re: Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser

#29
post #23
post #15

Earlier quoted context omitted.

In the backlog. With export to Colab.

I'd encourage everyone not to support colab or any other proprietary lock-in platforms. But do as you will.

I see the cons indeed, however I thought it would be really cool to continue training of a promising model in a more capable environment in just a couple of click.
Post reply on HN