You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
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.
The text was updated successfully, but these errors were encountered: