Example addition for MoE#2051
Example addition for MoE#2051damoonsh wants to merge 5 commits intokeras-team:masterfrom damoonsh:master
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Thanks @damoonsh I will take a look at this soon. |
divyashreepathihalli
left a comment
There was a problem hiding this comment.
Thank you for the PR!
- why is the vocal_track_seperation.py deleted?
- Good to only have the .py file until PR approval - you can genrate the .ipynb and .md file after the .py is approved
- The example implementation needs to be in Kears 3
|
Not sure what happened with vocal_track file, I am trying to take it out of the PR. |
|
@divyashreepathihalli Took the unnecessary files out, there is only the .py file now! |
|
@divyashreepathihalli should I make any more changes? |

I am writing up a simple implementation for MoE for Dense and CNN model using the MNIST. Then at the end I will write an MoE class to support any kind of layer using simple approach. I have written parts of the code and will iteratively add.
Please let me know if there is a problem/concern with the example.