Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
Remove __all__
  • Loading branch information
sdatkinson committed Sep 16, 2024
1 parent 619fb4d commit 6a610ec
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nam/train/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@
from ._version import PROTEUS_VERSION, Version
from . import metadata

__all__ = [
"Architecture",
"DataValidationOutput",
"STANDARD_SAMPLE_RATE",
"TrainOutput",
"train",
"validate_data",
"validate_input",
]

# Training using the simplified trainers in NAM is done at 48k.
STANDARD_SAMPLE_RATE = 48_000.0
# Default number of output samples per datum.
Expand Down

0 comments on commit 6a610ec

Please sign in to comment.