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

Fix resnet import (#3575)

parent f6bba08d
......@@ -19,10 +19,12 @@ from __future__ import print_function
import numpy as np
import resnet
import tensorflow as tf
from official.resnet import resnet # pylint: disable=g-bad-import-order
class BlockTest(tf.test.TestCase):
def dense_run(self, tf_seed):
......
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