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

How do I initialize an deep learning architecture manually? #313

Closed
furiouslee opened this issue Mar 28, 2018 · 0 comments
Closed

How do I initialize an deep learning architecture manually? #313

furiouslee opened this issue Mar 28, 2018 · 0 comments

Comments

@furiouslee
Copy link

My Tensorflow model has some custom layers that I cannot port with the vanilla tool, so I have been looking for ways to port architectures by initializing them with data arrays. But I am having trouble porting specific layers such as convolution and residual layers.

  1. How do I initialize a convolution layer with data of a [h, w, in, out] form?

  2. How do I manually implement a residual layer?

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

No branches or pull requests

2 participants