Unverified Commit e1bd8121 authored by Taylor Robie's avatar Taylor Robie Committed by GitHub
Browse files

Yet another ResNet (#4298)

* deprecate research/resnet

* also add a tf warning in the code
parent 493d7a2e
<font size=4><b>Reproduced ResNet on CIFAR-10 and CIFAR-100 dataset.</b></font>
# Deprecated
This code is not actively maintained. Please use the
[offical ResNet](https://github.com/tensorflow/models/tree/master/official/resnet) implementation
instead.
Xin Pan
<b>Dataset:</b>
......
......@@ -35,6 +35,10 @@ HParams = namedtuple('HParams',
'relu_leakiness, optimizer')
tf.logging.warning("models/research/resnet is deprecated. "
"Please use models/official/resnet instead.")
class ResNet(object):
"""ResNet model."""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment