Skip to content

AngoraPy 0.9.1

Compare
Choose a tag to compare
@weidler weidler released this 22 May 11:51
· 172 commits to master since this release

Modeling

  • Automized input construction API for model building. Use ´make_input_layers(...)fromangorapy.utilities.model_utils` to quickly construct input layers for the different modalities of your model. This approach is now also used by the builtin models.

Misc

  • Updated requirements for improved simplicity during installation.
  • Updated Readme
  • Added unit tests for builtin models