Skip to content

Commit

Permalink
Remove librosa, merge branch 'develop' (#325)
Browse files Browse the repository at this point in the history
* Update KWS, MSNoise, Signalmixer Data Loaders & Evaluation Notebook, Add New Scripts for Mixed Signals (#299)
* Remove librosa
* Update README
* Remove .keys() from kws20.py
* Remove noise_type argument from kws20 get_datasets()

---------

Co-authored-by: Merve Eyuboglu <[email protected]>
  • Loading branch information
rotx-eva and EyubogluMerve authored Jul 5, 2024
1 parent 1e2d71e commit b26a473
Show file tree
Hide file tree
Showing 16 changed files with 681 additions and 1,444 deletions.
10 changes: 2 additions & 8 deletions KNOWN_ISSUES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
KNOWN ISSUES for ai8x-training with PyToch 2.3.0
KNOWN ISSUES for ai8x-training with PyToch 2.3.1
================================================

* As of PyTorch 2.3.0, torch.compile() requires CUDA.
* As of PyTorch 2.3.1, torch.compile() requires CUDA.

* Using CUDA, certain models cause PyTorch 2.3.0 to print the following warning during training:

.../graph.py:744: UserWarning: Plan failed with a cudnnException: CUDNN_BACKEND_EXECUTION_PLAN_DESCRIPTOR: cudnnFinalize Descriptor Failed cudnn_status:
CUDNN_STATUS_NOT_SUPPORTED (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:919.)

This should be addressed in PyTorch 2.3.1 (see https://github.com/pytorch/pytorch/issues/121834)
44 changes: 23 additions & 21 deletions README.md

Large diffs are not rendered by default.

Binary file modified README.pdf
Binary file not shown.
502 changes: 396 additions & 106 deletions datasets/kws20.py

Large diffs are not rendered by default.

Loading

0 comments on commit b26a473

Please sign in to comment.