Skip to content

Memory and Specific effect issue #44

@WindowsNT

Description

@WindowsNT

Thanks for the code, I'm trying to run this in Windows to include in my audio sequencer.

After installing with pip and download the pytorch checkpoints, I can run it:
..\python scripts\remfx_detect.py +exp=remfx_detect +audio_input=r:\reverb.wav

  1. Can I have a specific effect instead of "remfx_detect" ? If i put "reverb" there I got
Error executing job with overrides: ['+exp=reverb', '+audio_input=r:\\reverb.wav']
Traceback (most recent call last):
  File "F:\python\RemFx\scripts\remfx_detect.py", line 16, in main
    for effect in cfg.ckpts:
                  ^^^^^^^^^
omegaconf.errors.ConfigAttributeError: Key 'ckpts' is not in struct
    full_key: ckpts
    object_type=dict

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
  1. Eventually it gets out of memory with my 32 GB and it's too slow if it doesn't. A way to make it a bit faster would help.

Best and thanks for all that.

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