Skip to content

Commit

Permalink
Merge c023143 into 0bb88a5
Browse files Browse the repository at this point in the history
  • Loading branch information
namish800 committed Feb 10, 2019
2 parents 0bb88a5 + c023143 commit 840dbe4
Show file tree
Hide file tree
Showing 25 changed files with 25,512 additions and 45 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -300,6 +300,7 @@ Models | Ca
[Pix2Pix](https://github.com/phillipi/pix2pix) | √ | × | × |
[VQA](https://github.com/iamaaditya/VQA_Demo) | √ | √ | √ |
[Denoising Auto-Encoder](https://blog.keras.io/building-autoencoders-in-keras.html) | × | √ | √ |
[CapsNet](https://arxiv.org/abs/1710.09829) | × | √ | √ |

Note: For models that use a custom LRN layer (Alexnet), Keras expects the custom layer to be passed when it is loaded from json. LRN.py is located in keras_app/custom_layers. [Alexnet import for Keras](https://github.com/Cloud-CV/Fabrik/blob/master/tutorials/keras_custom_layer_usage.md)

Expand Down

0 comments on commit 840dbe4

Please sign in to comment.