-
Notifications
You must be signed in to change notification settings - Fork 14
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
Equivalent function to Flux.activations
to obtain hidden layers output
#126
Comments
I haven't figured out how to do this. But I wrote a very hacky function that can transfer parameters from a
|
I really need to get around to adding docs describing the layer interface. Then, I'd just define a layer that forwards all inputs, but also BTW, feel free to make a PR adding the above as a package extension when we
|
Here's an attempt at a minimal parameter-free custom layer definition, please let me know if I'm doing anything sketchy here. I can put some comments on the custom layer functions if that might be useful as a placeholder for a full layer interface description.
|
I am trying to train a small autoencoder. The value of the latent space variables is important for my application; therefore, I am looking for an equivalent function to
Flux.activations
, where one can save the values of the intermediate hidden layers. Is there such a thing inSimpleChains.jl
?The text was updated successfully, but these errors were encountered: