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

[BREAKING] Rename modules #511

Merged
merged 5 commits into from
Nov 25, 2024
Merged

[BREAKING] Rename modules #511

merged 5 commits into from
Nov 25, 2024

Conversation

sdatkinson
Copy link
Owner

  • nam.models.base -> nam.train.lightning_module
  • nam.train.lightning_module.Model -> nam.train.lightning_module.LightningModule
  • nam.models._base -> nam.models.base
  • Remove nam.models.recurrent.LSTMCore

Resolves #508

@sdatkinson sdatkinson merged commit 560ef39 into main Nov 25, 2024
4 checks passed
@sdatkinson sdatkinson deleted the 508-rename branch November 25, 2024 07:54
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.

[BREAKING] Rename model's Python modules and expose _base
1 participant