You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is written on line 235 of data_module.py that parser.add_argument("--window", type=str, choices=("sqrthann", "hann"), default="hann", help="The window function to use for the STFT. 'sqrthann' by default.").
This seems contradictory. You said the default is "sqrthann," but in reality, the default choice is "hann." So which configuration is used in the paper?
The text was updated successfully, but these errors were encountered:
It is written on line 235 of data_module.py that
parser.add_argument("--window", type=str, choices=("sqrthann", "hann"), default="hann", help="The window function to use for the STFT. 'sqrthann' by default.")
.This seems contradictory. You said the default is "sqrthann," but in reality, the default choice is "hann." So which configuration is used in the paper?
The text was updated successfully, but these errors were encountered: