Skip to content
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

The interface to training model #4

Open
skevidu opened this issue Dec 15, 2015 · 2 comments
Open

The interface to training model #4

skevidu opened this issue Dec 15, 2015 · 2 comments

Comments

@skevidu
Copy link
Contributor

skevidu commented Dec 15, 2015

Currently we can only use the models dumped from mxnet main project. Can you please provide an interface to training or improve the existing model in Javascript project? Then we can start to do a lot of interesting works. Any documents or code would be appreciated.

@tqchen
Copy link
Member

tqchen commented Dec 16, 2015

Currently this is not on the roadmap, mainly because training API was broader and harder to expose, do you have anything particular in mind about what was wanted?

@skevidu
Copy link
Contributor Author

skevidu commented Dec 18, 2015

If training interface is missing from mxnetjs, we have to write in another language to improve the model and re-dump it.

For example, this is my avatar icon:
https://avatars1.githubusercontent.com/u/16156781?v=3&s=460
The top class is joystick:
Top-1: n03602883 joystick, value=0.4819868206977844, time-cost=7.963secs

The result is wrong and I want to adjust it.
What I can do, is to download mxnet main project, training, re-dump the model and restart mxnetjs project. This is not convenient and hard to automate the process (even you can do it, it will be very slow). So I want to directly call an interface to improve the model till "Doraemon" is on the top.

I understand the training API is hard to expose. So we really don't need the training API and if an interface of Javascript can be made to access training API, the problem can be solved.

It will be appreciated even document can be provided so coding work can be done by others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants