Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make returnn.frontend a proper Python package #1277

Merged
merged 13 commits into from
Mar 16, 2023

Conversation

albertz
Copy link
Member

@albertz albertz commented Mar 16, 2023

This is some refactoring of the new frontend API (#1120).

  • returnn.frontend is now a Python package.
  • The Frontend class has been renamed to Backend, and related code accordingly.
  • The Backend class is supposed to be internal code. We provide other methods for the user to switch the backends.
  • The InternalFrontend has been merged into Backend as well. This separation is not needed anymore.

This also simplifies moving the RETURNN-common nn code (rwth-i6/returnn_common#252).

@albertz albertz force-pushed the albert-frontend-py-pkg-1120 branch from 391094e to f013baa Compare March 16, 2023 16:38
@albertz albertz marked this pull request as ready for review March 16, 2023 19:58
@albertz albertz requested a review from a team as a code owner March 16, 2023 19:58
@albertz albertz merged commit d54d579 into master Mar 16, 2023
@albertz albertz deleted the albert-frontend-py-pkg-1120 branch March 16, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant