-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello. I have found a couple reproducibility issues. Some are easier to fix on others.
In '/recipes/intel_ndns/spiking_fullsubnet/dataloader.py' it is written self.noisy_files = glob.glob(root + "noisy/**.wav"). On my machine, "noisy/*.wav" works instead.
In recipes/intel_ndns/spiking_fullsubnet_freeze_phase/trainer.py the code will not execute because the following import statement is broken
from audiozen.trainer_backup.base_trainer_gan_accelerate_ddp_validate import BaseTrainer
BaseTrainer does not seem to exist in the repository, however Trainer is present.
Also, IntelSISNR is missing as well from the repository.
Lastly, the "recipes/intel_ndns/spiking_fullsubnet/exp" is missing the checkpoint files I believe. So you cannot resume training or test the model.