Skip to content

Commit

Permalink
Yet another ResNet (#4298)
Browse files Browse the repository at this point in the history
* deprecate research/resnet

* also add a tf warning in the code
  • Loading branch information
Taylor Robie committed May 17, 2018
1 parent 493d7a2 commit e1bd812
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions research/resnet/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<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>
Expand Down
4 changes: 4 additions & 0 deletions research/resnet/resnet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
'relu_leakiness, optimizer')


tf.logging.warning("models/research/resnet is deprecated. "
"Please use models/official/resnet instead.")


class ResNet(object):
"""ResNet model."""

Expand Down

0 comments on commit e1bd812

Please sign in to comment.