ResNet. A deep learning model for recognizing objects in images.

github.com/ry/tensorflow-resnet

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2018
  • Update readme to say how old this code is.
June 2016
  • update config
May 2016
  • add API for using calling inference_small with a config
  • use Config
  • add max_steps flag
  • Run validation periodically during training
  • add ability to use bias instead of bn
  • move resume flags to resnet_train.py
  • add note
  • remove unused code
  • remove dangerous recursive delete
  • activation
  • clean up
  • make it work for cifar
  • dont use tfrecords to feed imagenet
  • yapf
  • queue input processing
  • reorg
  • add pretrained download
  • add inference_small