Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Nonlinearity in large generative model #4

Closed
skaae opened this issue Oct 17, 2015 · 2 comments
Closed

Nonlinearity in large generative model #4

skaae opened this issue Oct 17, 2015 · 2 comments

Comments

@skaae
Copy link

skaae commented Oct 17, 2015

You do not seem to be using a nonlinearity in the large generative model?

https://github.com/facebook/eyescream/blob/master/lsun/model.lua#L52

In the small model and in the model generator you use ReLU? I assume that __R__ in the
model description is ReLU so I guess its just missing?

@soumith
Copy link
Contributor

soumith commented Oct 17, 2015

there is the line:
model_G:add(cudnn.SpatialConvolutionUpsample(3+1, 64, 7, 7, 1, 1)):add(cudnn.ReLU(true))

Maybe you missed the second part of the line which is :add(cudnn.ReLU(true))

@soumith soumith closed this as completed Oct 17, 2015
@skaae
Copy link
Author

skaae commented Oct 17, 2015

Yes, I sure did :) Thanks!

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

No branches or pull requests

2 participants