-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
[GSoC] TF 2.0 Custom ResNet Training #79
Conversation
Check out this pull request on ReviewNB: https://app.reviewnb.com/tensorflow/examples/pull/79 You'll be able to see visual diffs and write comments on notebook cells. Powered by ReviewNB. |
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.
Overall this is in good shape.
I don't see any 'Superconvergence'.
Here are a couple of little things you could fix.
But aside from the bugs in the notebook I think this is good to go.
Cool, it sounds like you've got this under control, I think we're good to merge this once you have those changes uploaded. |
@MarkDaoust I did not mean to dismiss the review. The commit I added automatically raised that message. The notebook is ready for review. |
As mentioned in the other PR, this |
Sorry this didn't work out. |
tf.keras.layers.SeparableConv2D
andResizing strategy
with ECLR to train with colab-like resource constrained environments.tf.GradientTape()
eagerly.tf.keras.ImageDataGenerator
and custom image pre-processing functions.