-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add support for CNTK #10
Comments
cesarsouza
added a commit
that referenced
this issue
Oct 1, 2017
- Separating TensorFlowBackend into a dedicated project; - Adding a new separate project for a CTNK CPU-Only backend; - Adding dynamic backend selection based on referenced assemblies; Updates GH-10: Add support for CNTK
cesarsouza
added a commit
that referenced
this issue
Oct 2, 2017
- Adding unit tests for CNTK; - Adding a mechanism to repeat common unit tests for both TensorFlow and CNTK backends.
cesarsouza
added a commit
that referenced
this issue
Oct 3, 2017
- Continuing to add support for training; - Adding more CNTK backend implementations; - Updates #1: Contributing to Keras-Sharp;
cesarsouza
added a commit
that referenced
this issue
Oct 4, 2017
Backends have been added for CNTK. However, a few issues on CNTKs side currently prevent full models from being eventually learned. For instance, using the CNTK backend might result in multiple AccessViolationExceptions which are not present when using the TensorFlowSharp backend, and have thus nothing to do with the main engine (since the engine does not use any unmanaged code at all at this moment). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While TensorFlow gradient's issue is pending, we can start adding support for CNTK to exercise the frontend.
From accord-net/framework#904
The text was updated successfully, but these errors were encountered: