Skip to content

Commit

Permalink
*Removed package.json and package-lock.json
Browse files Browse the repository at this point in the history
*Added info for supported frameworks.

*Added Length layer

*Added MaskCapsule layer

*Added Capsule layer

*Added model to the modelZoo.js
  • Loading branch information
namish800 committed Nov 1, 2018
1 parent 9cbb00c commit dd163a5
Show file tree
Hide file tree
Showing 14 changed files with 777 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,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
Loading

0 comments on commit dd163a5

Please sign in to comment.