-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MNIST.ipynb example breaks after first epoch #2
Comments
I should also mention that I noticed mpld3 is missing in requirements.txt and installing coffee script via npm in the Makefile could be a valuable addition. |
Hi @maxpumperla! Thanks for the interest in Agnez and suggestions. I honestly don't understand this error. It should be something with the feathers-client package. @daffl if you have time, can you give us your opinion? This is the deep learning visualization app using feathers I mentioned on twitter. |
Oh cool, I have to check it out! The error is probably due to feathersjs-ecosystem/commons#10. There was a change in a Socket.io minor release that broke Feathers. Upgrading to Feathers 1.3 (ideally with clearing your NPM cache just to be sure to get all the newest dependencies) should fix it (1.3 is fully backwards compatible with any 1.x release). |
Eder, I finally got around to trying this - and it works. Thanks again! :) |
Hi Eder, amazing project, really like where you are going with this. Thanks for putting in the work.
When I run the example provided in MNIST.ipynb, following the installation instructions as provided, on OSX 10.10.4, I get the following error after the first epoch:
Any idea how this comes about? Thanks.
The text was updated successfully, but these errors were encountered: