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

Regarding the update rule #5

Open
Kafka2122 opened this issue Jul 14, 2023 · 1 comment
Open

Regarding the update rule #5

Kafka2122 opened this issue Jul 14, 2023 · 1 comment

Comments

@Kafka2122
Copy link

I have been following this GitHub repository. Can you explain why you decided to use fully connected layers? Why not use 2D convolutional layers instead?

@chenmingxiang110
Copy link
Owner

Thanks. It's actually not me who decided to use FC layers, but the authors (https://distill.pub/2020/growing-ca/) chose to use FC. In my opinion, since the outputs of the Sobel filters are one-dimensional, using FC rather than convolutional layers is quite natural. Although this is not the official implementation, I think I should probably follow the original ideas as best as I can.

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