ry/tensorflow-resnet

modify inference_small function in resnet.py

Opened this issue · 0 comments

the original code in resnet.py within inference_small function didn't have return values!!!so add the following code at its last
logits=inference_small_config(x, c)
return logits