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

chapter07中的Gan 加入ResidualBlock 问题 #231

Open
784682065 opened this issue Mar 4, 2021 · 2 comments
Open

chapter07中的Gan 加入ResidualBlock 问题 #231

784682065 opened this issue Mar 4, 2021 · 2 comments

Comments

@784682065
Copy link

784682065 commented Mar 4, 2021

有人能提供一份代码吗

@784682065 784682065 reopened this Mar 9, 2021
@timmmGZ
Copy link

timmmGZ commented Mar 9, 2021

有人能提供一份代码吗

自己加不就好了吗?ResidualBlock不难实现啊,就两个卷积层A D中间加同样输出尺寸的卷积层BC,D的输出=A+D。随便看个文章跟着实现就好了

@784682065
Copy link
Author

有人能提供一份代码吗

自己加不就好了吗?ResidualBlock不难实现啊,就两个卷积层A D中间加同样输出尺寸的卷积层BC,D的输出=A+D。随便看个文章跟着实现就好了

谢谢

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