We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493d7a2 commit e1bd812Copy full SHA for e1bd812
research/resnet/README.md
@@ -1,5 +1,10 @@
1
<font size=4><b>Reproduced ResNet on CIFAR-10 and CIFAR-100 dataset.</b></font>
2
3
+# Deprecated
4
+This code is not actively maintained. Please use the
5
+[offical ResNet](https://github.com/tensorflow/models/tree/master/official/resnet) implementation
6
+instead.
7
+
8
Xin Pan
9
10
<b>Dataset:</b>
research/resnet/resnet_model.py
@@ -35,6 +35,10 @@
35
'relu_leakiness, optimizer')
36
37
38
+tf.logging.warning("models/research/resnet is deprecated. "
39
+ "Please use models/official/resnet instead.")
40
41
42
class ResNet(object):
43
"""ResNet model."""
44
0 commit comments