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

Add Keras end-to-end tests #36

Merged
merged 5 commits into from
May 11, 2018
Merged

Add Keras end-to-end tests #36

merged 5 commits into from
May 11, 2018

Conversation

wschin
Copy link
Contributor

@wschin wschin commented May 11, 2018

  1. Add some basic end-to-end tests
  2. Fix batch normalization and dense layer conversions
  3. Remove redundant class in keras/_parser.py
  4. Sync Keras conversion function interface with CoreML's and scikit-learn's
  5. Fix keras==2.0.9 for CI tests

1. Add some basic end-to-end tests
2. Fix batch normalization and dense layer conversions
3. Remove redundant class in keras/_parser.py
4. Sync Keras conversion function interface with CoreML's and scikit-learn's
@wschin wschin requested a review from shauheen May 11, 2018 07:12
Our Keras parser has some issues around Sequential object.  It looks
like Sequential are different across different versions of Keras.
Thus, we replace all Sequential objects with Model objects for now.
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

Successfully merging this pull request may close these issues.

None yet

2 participants