You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/magcil/deepaudio-x/actions/workflows/publish.yml)
8
9
9
10
10
11
<palign="left">
@@ -93,7 +94,7 @@ You can load the dataset as follows:
93
94
94
95
```python
95
96
from deepaudiox import audio_classification_dataset_from_dir
96
-
from deepaudiox.utils.training_utilsimport get_class_mapping_from_dir
> **Note:** The checkpoint saved at `path_to_checkpoint` contains both the model weights and the architecture config (backbone, pooling, num_classes, etc.). You can restore the full model in one line:
339
+
> ```python
340
+
>from deepaudiox import AudioClassifier
341
+
> model = AudioClassifier.from_checkpoint("checkpoint.pt")
@@ -494,13 +501,6 @@ The library is designed to scale from quick experiments to research and producti
494
501
495
502
---
496
503
497
-
## Project Status
498
-
499
-
🚧 This project is under active development.
500
-
501
-
APIs may evolve, but backward compatibility will be considered once a stable release is reached.
502
-
503
-
---
504
504
505
505
## Attribution
506
506
@@ -529,8 +529,6 @@ If you use this library in academic work, please cite:
529
529
530
530
## Contributing
531
531
532
-
Contributions are welcome!
533
-
534
-
Please open an issue to discuss major changes before submitting a pull request.
532
+
Contributions are welcome! Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to set up the development environment, run tests, and submit changes.
0 commit comments