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

Turning a cost layer "off" #12

Open
ardila opened this issue Feb 3, 2014 · 0 comments
Open

Turning a cost layer "off" #12

ardila opened this issue Feb 3, 2014 · 0 comments

Comments

@ardila
Copy link
Member

ardila commented Feb 3, 2014

@yamins81
If we want to fit models to behavioral data, I imagine we want to be able to optimize this objective jointly with correctly predicting the label of an image. I think this can work by just having 2 different cost layers, one for performance, and one for predicting the behavioral data with a square error cost.

If we don't have behavioral data for a given image, is there a way to turn off one of the cost layers (have it not backpropagate gradient for that image or batch) without having to modify cuda code?

I fear that restarting the training procedure for some batches will cause problems with the momentum of the weights, but maybe that will be ok.

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

No branches or pull requests

1 participant