-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 Part 2 tutorial to include Dropout layer in Custom model example. #35
Labels
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
Comments
yanndupis
added
the
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
label
Oct 22, 2019
I can try and solve this :) |
Hey @murarugeorgec, did you make any progress? Otherwise, I can take up this issue. |
@arshjot I did not start looking into it. You can take it if you want |
Thanks @murarugeorgec! @arshjot the issue is assigned to you :) thanks |
Thank you guys! I've just submitted a PR to fix this :) |
Hey I would love to try to solve this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Part 2 tutorial, for custom when including a Dropout layer in the custom model (
tf.keras.models.Model
subclassing), we were getting the following error when sending the model to a worker ( model gets saved with tf.keras.models.save_model during the process), we were getting the following error in #33 :There was probably just a problem with the model definition. Would be great to have this custom model with a dropout layer working so it mirror perfectly the Sequential example.
The text was updated successfully, but these errors were encountered: