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

Architecture & Scoring Question #5

Open
c31601 opened this issue Oct 30, 2017 · 1 comment
Open

Architecture & Scoring Question #5

c31601 opened this issue Oct 30, 2017 · 1 comment

Comments

@c31601
Copy link

c31601 commented Oct 30, 2017

Hi Assistants,

Could we change the layer, such as ReLU -> PReLU, short-cut from 1x1 to 3x3...etc.
Or we could only modify the hyper-parameters, such as iteration, lr...etc.?

The score of the exercise only depends on performance of the Res110?
Res20 & Res56 not considered?

Thank you so much!

@JiaRenChang
Copy link
Contributor

Hi,
The paper of "wide ResNet" had experiments on shortcut.
https://arxiv.org/pdf/1605.07146.pdf

You can change ReLU layer to another activation function, but it may not improve your net.
You also can modify hyper-parameters, and it may not improve your net.

Yes, the network performance score of your homework 1 depend on the result of ResNet-110.
However, you still need to report your result of ResNet-20 and ResNet-56.

Jia-Ren

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