Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tky823 committed Mar 29, 2022
1 parent f1e9fc8 commit 8663d6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
A PyTorch implementation of DNN-based source separation.

## New information
- v0.7.1
- Add new models (`DeepClustering`, `ADANet`).
- Bug fixes of (`LSTM-TasNet`).
- Rename parameters (`fft_size`->`n_fft`, `hop_size`->`hop_length`).
- v0.7.2
- Update jupyter notebooks.

## Model
| Model | Reference | Done |
Expand Down
4 changes: 1 addition & 3 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ DNNによる音源分離(PyTorch実装)

## 新しい情報
- v0.7.1
- モデルの追加(`DeepClustering``ADANet`).
- モデルの修正(`LSTM-TasNet`).
- パラメータ名の変更(`fft_size`->`n_fft``hop_size`->`hop_length`).
- Jupyter notebookの更新.

## モデル
| モデル | 参考文献 | 実装 |
Expand Down
5 changes: 4 additions & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@
# v0.7.1
- Add new models (`DeepClustering`, `ADANet`).
- Bug fixes of (`LSTM-TasNet`).
- Rename parameters (`fft_size`->`n_fft`, `hop_size`->`hop_length`).
- Rename parameters (`fft_size`->`n_fft`, `hop_size`->`hop_length`).

# v0.7.2
- Update jupyter notebooks.
5 changes: 4 additions & 1 deletion VERSION_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,7 @@
# v0.7.1
- モデルの追加(`DeepClustering``ADANet`).
- モデルの修正(`LSTM-TasNet`).
- パラメータ名の変更(`fft_size`->`n_fft``hop_size`->`hop_length`).
- パラメータ名の変更(`fft_size`->`n_fft``hop_size`->`hop_length`).

# v0.7.2
- Jupyter notebookの更新.

0 comments on commit 8663d6f

Please sign in to comment.