examples icon indicating copy to clipboard operation
examples copied to clipboard

[GSoC] TF 2.0 Custom ResNet Training

Open Vishal-V opened this issue 6 years ago • 4 comments

  • Custom ResNet model for the TinyImageNet dataset without transfer learning.
  • Efficient model with tf.keras.layers.SeparableConv2D and Resizing strategy with ECLR to train with colab-like resource constrained environments.
  • TF 2.0 compatible model and associated training and regularization strategies to be colab friendly.
  • Uses tf.keras and eager by default with option to train with tf.GradientTape() eagerly.
  • Graph mode training with tf.keras.ImageDataGenerator and custom image pre-processing functions.

Vishal-V avatar Jul 22 '19 18:07 Vishal-V

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.

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 avatar Jul 31 '19 15:07 MarkDaoust

@MarkDaoust I did not mean to dismiss the review. The commit I added automatically raised that message. The notebook is ready for review.

Vishal-V avatar Aug 22 '19 15:08 Vishal-V

As mentioned in the other PR, this community/ directory has been deprecated. We're no longer accepting pull requests here. Unclear where the rest of this PR stands, though.

lamberta avatar Sep 19 '20 01:09 lamberta

Sorry this didn't work out.

MarkDaoust avatar Jan 12 '23 18:01 MarkDaoust