Skip to content

Commit 274ec7e

Browse files
2025t2/v4.0.1 (#21)
* Previous DCASE Task 2 scripts have been removed from top directory and moved into legacy. --------- Co-authored-by: Noboru Harada <64912994+noboru2000@users.noreply.github.com>
1 parent 04417eb commit 274ec7e

13 files changed

+8
-356
lines changed

01_train_2023t2.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

01_train_2024t2.sh

Lines changed: 0 additions & 50 deletions
This file was deleted.

02a_test_2023t2.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

02a_test_2024t2.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

02b_test_2023t2.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

02b_test_2024t2.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ To enable the auto-downloading, set the parameter `--is_auto_download` (default:
161161
### 5. Run the training script (for the development dataset)
162162

163163
Run the training script `01_train_2025t2.sh`. Use the option -d for the development dataset `data/dcase2025t2/dev_data/<machine_type>/raw/train/`.
164-
`01_train_2025t2.sh` differs from `01_train_2025t2.sh` only in dataset;
165164

166165
```dotnetcli
167166
# using DCASE2025 Task 2 Datasets
@@ -174,7 +173,6 @@ After the parameter update of the Autoencoder at the last epoch specified by eit
174173

175174
### 6.1. Testing with the Simple Autoencoder mode
176175
Run the test script `02a_test_2025t2.sh`. Use the option `-d` for the development dataset `data/dcase2025t2/dev_data/<machine_type>/raw/test/`.
177-
`02a_test_2025t2.sh` differs from `02a_test_2023t2.sh` only in dataset;
178176

179177
```dotnetcli
180178
# using DCASE2025 Task 2 Datasets
@@ -187,7 +185,6 @@ A CSV file for each section, including the anomaly scores, will be stored in the
187185

188186
### 6.2. Testing with the Selective Mahalanobis mode
189187
Run the test script `02b_test_2025t2.sh`. Use the option `-d` for the development dataset `data/dcase2025t2/dev_data/<machine_type>/raw/test/`.
190-
`02b_test_2025t2.sh` differs from `02b_test_2023t2.sh` only in dataset;
191188

192189
```dotnetcli
193190
# using DCASE2025 Task 2 Datasets
@@ -316,6 +313,14 @@ We developed and tested the source code on Ubuntu 22.04.5 LTS.
316313
- fasteners >= 0.19
317314

318315
## Change Log
316+
317+
### [4.0.1](https://github.com/nttcslab/dcase2023_task2_baseline_ae/releases/tag/v4.0.1)
318+
319+
#### Previous DCASE Task2 scripts have been moved into legacy
320+
321+
- The DCASE2023 and DCASE2024 scripts have been removed from the top directory.
322+
- You can continue to use the DCASE2020 through DCASE2024 scripts by using the scripts in the legacy directory.
323+
319324
### [4.0.0](https://github.com/nttcslab/dcase2023_task2_baseline_ae/releases/tag/v4.0.0)
320325

321326
#### Added

data_download_2023add.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

data_download_2023dev.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

data_download_2023eval.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)