-
Hi,
In my opinion, model structure in this repo is the same with your [ACT](https://github.com/XinhaoMei/ACT) model, they both use a full Transformer network based on an encoder-decoder architectur…
-
I saw that your parameter settings are very different from those of PANN.
The hop length = 512 , sample rate = 44100 in your project ; but in PANN ,these parameters are different from you.
Do these…
-
Hi! Thank you for this great repository. I have a quick question regarding the pretrained weights for the baseline system (https://zenodo.org/record/3697687#.YKJp7-spCuo). I do not see this mentioned …
-
```
{
"count": 188613,
"verbatim_kingdom": "null",
"verbatim_phylum": "null",
"verbatim_class": "null",
"verbatim_order": "null",
"verbatim_family": "null",
"verbatim_genus": "nu…
-
After I train and evaluate, I tried to test but I couldn't. Because test data do not create. 'clotho_test_audio' is not appearing even I run the code below
![image](https://user-images.githubusercont…
-
I downloaded 'clotho_audio_test' and changed 'hparam.py' mode = 'test'
Then, I run **python train.py**
'test_out.csv' was created but it was empty.
I was expecting
![image](https://user-images.gi…
-
During running instruction
**Run main.py to create dataset and extract features under current directory. Result folders would be data_splits, data_splits_audio and pickles.**
occurs error
_Mo…
-
RuntimeError: Error opening 'data/clotho_audio_files/development/Distorted AM Radio noise.wav': File contains data in an unknown format.
During handling of the above exception, another exception oc…
-
When I try to run main.py from root directory with code `python main.py`, I get this error:
```Traceback (most recent call last):
File "main.py", line 34, in
main()
File "main.py", line …