Skip to content

Some Reproducibility problems #4

@Michaeljurado42

Description

@Michaeljurado42

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions