Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dcase task1 Baseline #4317

Merged
merged 9 commits into from
Jul 29, 2022
Merged

Dcase task1 Baseline #4317

merged 9 commits into from
Jul 29, 2022

Conversation

siddhu001
Copy link
Collaborator

No description provided.

@mergify mergify bot added the ESPnet2 label Apr 25, 2022
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #4317 (054d801) into master (d837c97) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #4317      +/-   ##
==========================================
+ Coverage   82.41%   82.55%   +0.14%     
==========================================
  Files         481      487       +6     
  Lines       41237    41846     +609     
==========================================
+ Hits        33984    34548     +564     
- Misses       7253     7298      +45     
Flag Coverage Δ
test_integration_espnet1 66.36% <ø> (-0.02%) ⬇️
test_integration_espnet2 48.40% <ø> (-0.77%) ⬇️
test_python 69.74% <ø> (+0.33%) ⬆️
test_utils 23.29% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
espnet/nets/pytorch_backend/e2e_asr_maskctc.py 87.40% <0.00%> (-4.45%) ⬇️
espnet2/asr/frontend/s3prl.py 81.57% <0.00%> (-3.76%) ⬇️
espnet2/enh/loss/criterions/time_domain.py 95.27% <0.00%> (-1.28%) ⬇️
espnet2/tasks/mt.py 0.00% <0.00%> (ø)
espnet/nets/pytorch_backend/transducer/utils.py 88.23% <0.00%> (ø)
espnet2/asr/layers/fastformer.py 85.96% <0.00%> (ø)
espnet2/torch_utils/get_layer_from_string.py 81.81% <0.00%> (ø)
espnet2/asr/encoder/branchformer_encoder.py 94.14% <0.00%> (ø)
espnet2/enh/separator/ineube_separator.py 97.59% <0.00%> (ø)
espnet2/enh/layers/tcndenseunet.py 99.25% <0.00%> (ø)
... and 6 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@mergify mergify bot added the README label May 16, 2022
@siddhu001 siddhu001 changed the title [WIP] Dcase task1 Dcase task1 Baseline May 16, 2022
@siddhu001
Copy link
Collaborator Author

@sw005320 @ftshijt I made this PR to add a baseline and data preparation code for Dcase task1. I believe this PR is ready to be merged. Please let me know any necessary changes that need to be made.

Copy link
Collaborator

@ftshijt ftshijt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also modify the entry in egs2/README.md

Btw, does Dcase would have different challenges data every year? If so, you may follow the iwslt convention by adding a year number to the recipe

. ./path.sh
. ./cmd.sh

DCASE="/ocean/projects/cis210027p/siddhana/TAU-urban-acoustic-scenes-2022-mobile-development/"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add this entry to db.sh?

fi

if [ -z "${DCASE}" ]; then
log "Fill the value of 'FSC' of db.sh"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really FSC?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No this was typo, it should be DCASE. Good catch!

Comment on lines 18 to 19
--stage 12\
--stop_stage 13\
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beter to remove

@siddhu001
Copy link
Collaborator Author

Thanks a lot @ftshijt for your feedback. Yes, I believe it makes sense to add year number to the recipe. I have addressed all your comments and incorporated your suggestions.

Copy link
Contributor

@sw005320 sw005320 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
My only request is to change the recipe name from dcase_task1_2022 to dcase22_task1

@sw005320 sw005320 merged commit 4a0a933 into espnet:master Jul 29, 2022
@sw005320
Copy link
Contributor

Thanks a lot, @siddhu001!

@kan-bayashi kan-bayashi added this to the v.202207 milestone Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants