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

No Relu Layer in squeezenet.py ? #4

Closed
Hatsunespica opened this issue Feb 15, 2018 · 2 comments
Closed

No Relu Layer in squeezenet.py ? #4

Hatsunespica opened this issue Feb 15, 2018 · 2 comments

Comments

@Hatsunespica
Copy link

I found there is a details in the paper, that is "• ReLU (Nair & Hinton, 2010) is applied to activations from squeeze and expand layers." But I can't find any use of ReLU in squeezenet.py. Are there some reason for without ReLU?

@vonclites
Copy link
Owner

It actually is using relu, it's just not explicit. It's the default activation function for the tf.contrib.layers.conv2d.

https://www.tensorflow.org/api_docs/python/tf/contrib/layers/conv2d

@Hatsunespica
Copy link
Author

I got it, thanks!

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

2 participants