You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are no "sub-models" being created for the encoder and decoder. This is due to the complexity involved in determining which layers to use as input/output for each model. Regardless of the eventual implementation strategy chosen, the BaseAutoencoder class should have both encode() and decode() methods.
Problem
Currently there are no "sub-models" being created for the
encoder
anddecoder
. This is due to the complexity involved in determining which layers to use asinput
/output
for each model. Regardless of the eventual implementation strategy chosen, theBaseAutoencoder
class should have bothencode()
anddecode()
methods.References
The text was updated successfully, but these errors were encountered: