aifiddle-issues
aifiddle-issues copied to clipboard
Train, visualize and share deep neural net
https://beta.aifiddle.io/ doesn't respond
You've made the world a better place.
Hello, Using AI fiddle to create fully connected nets and single layer conv nets converges OK, however none of my attempts to use 2-3 convolution layers seem to get much...
Hello, On both Chrome and Firefox Fashion MNIST display a "Can not load dataset" error at the bottom right of the screen. Thank you
Hi, I created an account and probably mistyped my password. I can't find a way to reset it.
It would be nice to have an export-feature for each sort of layer that can generate sample code for the main NN libraries, e.g., pytorch ``` model = torch.nn.Sequential() model.add_module("linear_1",...
Would be nice to be able to restart training with reinitialised weights, quickly and easily. Not sure how best to do this right now.
Right now, if the tab is closed while a training procedure is going on, the application doesn't provide any alert. I think that the best behavior would be to alert...
I just realized that, while training, if I switch to another tab to do something else, the training stops. When I switch back, it continues normally. The only thing that...
I'm a little slow with reading/understanding the tooltips. It would be helpful if the tooltip that pops up in the bottom right sticks around until the user is done. It...