tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 529 forks source link

Generate auto-encoder architecture #116

Open shimon166 opened 5 years ago

shimon166 commented 5 years ago

There is a proper way to develop an auto encoder architecture network with subnetwork? I tried to figure out how to generate subnetwork modules that will build a symmetric vanilla auto encoder architecture but didn't understand how to do it with this package

EugenHotaj commented 4 years ago

Hi @shimon166,

Yes it is possible. You would need to create a custom adanet.Subnetwork which implements the architecture you need.