Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in ClarifaiOutput.m #17

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

Conversation

jlampa
Copy link

@jlampa jlampa commented Nov 14, 2016

When trying to predict on a GIF, the "input" and "data" keys in the returned dictionary are null, which causes a crash ("unrecognized selector") when trying to access them as a dictionary.
This change fixes that.

When trying to predict on a GIF, the "input" and "data" keys in the returned dictionary are null, which causes a crash ("(unrecognized selector") when trying to access them as a dictionary. 
This fix changes that.
@jpgsloan
Copy link
Contributor

sorry for the delay, i'll check this out soon, been working on some other things.

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

Successfully merging this pull request may close these issues.

None yet

2 participants