tensorflow-resnet icon indicating copy to clipboard operation
tensorflow-resnet copied to clipboard

Modification to return logit in inference_small()

Open takerum opened this issue 8 years ago • 1 comments

I found the missing line for returning logit in inference_small(). I added the line at the end of inference_small().

takerum avatar Jun 08 '16 10:06 takerum

This should be accepted. I also just stumbled into this, and came to the same conclusion:

inference_small doesn't return anything, yet in the cifar example, it's (non-existant) value is assigned to a variable. I'm pretty sure it's just that "return" is missing on the last line of inference_small, before inference_small_config(x, c).

JulesGM avatar Jul 31 '16 18:07 JulesGM