Skip to content

Commit

Permalink
Fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
JusperLee committed Nov 12, 2024
1 parent c29219a commit 4ba9adc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,6 @@ SonicSim-SonicSet/DnR/*
SonicSim-SonicSet/LibriSpeech/test-clean/*
SonicSim-SonicSet/LibriSpeech/val-clean/*
SonicSim-SonicSet/LibriSpeech/train-clean-360/*
SonicSim-SonicSet/mp3d/*
SonicSim-SonicSet/mp3d/*

separation/sep-checkpoints/*
2 changes: 1 addition & 1 deletion separation/look2hear/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .tdanet import TDANet
from .TDANet import TDANet
from .afrcnn import AFRCNN
from .sudormrf import SuDORMRF
from .ConvTasnet import ConvTasNet
Expand Down

0 comments on commit 4ba9adc

Please sign in to comment.