Skip to content

0.3.0

Compare
Choose a tag to compare
@bdvllrs bdvllrs released this 12 Dec 13:41
· 302 commits to main since this release
  • Breaking change: remove DeterministGlobaleWorkspace and VariationalGlobalWorkspace
    in favor of the functions: global_workspace and variational_global_workspace.
  • Allow setting custom GW encoders and decoders.
  • Breaking change: remove self.input_dim, self.encoder_hidden_dim,
    self.encoder_n_layers, self.decoder_hidden_dim, and self.decoder_n_layers
    in GWModules.