Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Modification to return logit in inference_small() #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

takerum
Copy link

@takerum takerum commented Jun 8, 2016

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

@JulesGM
Copy link

JulesGM commented Jul 31, 2016

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants