uberduck-ai / uberduck-ml-dev

ML models for Uberduck
Apache License 2.0
377 stars 61 forks source link

Batch migration #92

Closed sjkoelle closed 2 years ago

sjkoelle commented 2 years ago

This PR moves to a dictionary based class for function returns, tries to make function inputs explicit wherever possible, and renames or eliminates some unnecessary functions.

Afterwards, moving to einops, giving classes their own files, and wrapping logging into its own class should be straightforward ways to create more readable code. We could also move to the lightning paradigm.