-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
Update applications.md #7428
Merged
Merged
Update applications.md #7428
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
nzw0301
commented
Jul 25, 2017
- Add MobileNet section
- Add the arguments to all models
- Add MobileNet section - Add the arguments to all models
fchollet
approved these changes
Jul 25, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
ahundt
added a commit
to ahundt/keras
that referenced
this pull request
Jul 26, 2017
* commit '84ceb94055b831c486dbf4955fdf1ba0f63320d1': (42 commits) Fix conv reccurent test Style fix in conv recurrent tests. Support return_state parameter in ConvRecurrent2D (keras-team#7407) Small simplification in ResNet50 architecture Update FAQ with info about custom object loading. add example for passing in custom objects in load_model (keras-team#7420) Update applications.md (keras-team#7428) Cast constants in optimizer as floatx. Fix stop_gradient inconsistent API (keras-team#7416) Simplify static shape management in TF backend. Fixed warning showing up when channel axis is 1 (keras-team#7392) Throw exception in LSTM layer if timesteps=1 and unroll=True (keras-team#7387) Style fix Passed the scheduling argument through the `*_generator` function. (keras-team#7236) Fix typos. (keras-team#7374) Fix ImageDataGenerator.standardize to support batches (keras-team#7360) Fix learning phase info being left out in multi-input models (keras-team#7135) Fix PEP8 Fix deserialization bug with layer sharing at heterogenous depths Bug fix: Support multiple outputs in Lambda layer (keras-team#7222) ...
ahundt
added a commit
to ahundt/keras
that referenced
this pull request
Aug 1, 2017
…ize_input_data * commit '01e2148732e4083b4850345e5ce4dd499cb5999e': (87 commits) Fix common backend styles (keras-team#7476) Allow dynamic shape for repeat_elements (keras-team#7422) Fix test style (keras-team#7473) Crossentropy backend API consistency cleanup (keras-team#7199) Replace the reserved word `input` with `inputs` (keras-team#7474) Increase test coverage (keras-team#7264) Fix l2_normalize Add default value for `l2_normalize`. Remove legacy axis handling in TF backend. Update save_model function (keras-team#7455) Switch to pydot 1.2.x (keras-team#7448) Add save, evaluate and predict functionality for example (keras-team#7430) Docs fix: `pointwise` instead of `depthwise` for SeparableConv2D (keras-team#7444) Fix conv reccurent test Style fix in conv recurrent tests. Support return_state parameter in ConvRecurrent2D (keras-team#7407) Small simplification in ResNet50 architecture Update FAQ with info about custom object loading. add example for passing in custom objects in load_model (keras-team#7420) Update applications.md (keras-team#7428) ... # Conflicts: # tests/keras/backend/backend_test.py
ahundt
added a commit
to ahundt/keras
that referenced
this pull request
Aug 1, 2017
…s_per_epoch * commit '01e2148732e4083b4850345e5ce4dd499cb5999e': (98 commits) Fix common backend styles (keras-team#7476) Allow dynamic shape for repeat_elements (keras-team#7422) Fix test style (keras-team#7473) Crossentropy backend API consistency cleanup (keras-team#7199) Replace the reserved word `input` with `inputs` (keras-team#7474) Increase test coverage (keras-team#7264) Fix l2_normalize Add default value for `l2_normalize`. Remove legacy axis handling in TF backend. Update save_model function (keras-team#7455) Switch to pydot 1.2.x (keras-team#7448) Add save, evaluate and predict functionality for example (keras-team#7430) Docs fix: `pointwise` instead of `depthwise` for SeparableConv2D (keras-team#7444) Fix conv reccurent test Style fix in conv recurrent tests. Support return_state parameter in ConvRecurrent2D (keras-team#7407) Small simplification in ResNet50 architecture Update FAQ with info about custom object loading. add example for passing in custom objects in load_model (keras-team#7420) Update applications.md (keras-team#7428) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.