sp-uhh / sgmse

Score-based Generative Models (Diffusion Models) for Speech Enhancement and Dereverberation
MIT License
454 stars 69 forks source link

Duplicate: parser.add_argument("--attn_resolutions", type=int, nargs='+', default=[]) #49

Closed turian closed 2 months ago

turian commented 2 months ago

In ncsnpp_48k.py code, --attn_resolutions is added twice to the argument parser:

parser.add_argument("--attn_resolutions", type=int, nargs='+', default=[])

This causes an issue trying to train with this backbone.

julius-richter commented 2 months ago

Thanks. Just fixed the bug.

julius-richter commented 2 months ago

Please pull again. Just made some important changes.

turian commented 2 months ago

@julius-richter Thank you