ly-zhu / self-supervised-motion-representations

MIT License
4 stars 1 forks source link

Missing arch_synthesizer config? #2

Open RKelln opened 1 year ago

RKelln commented 1 year ago

Doing some basic tests to see if I've got thing installed properly and ran into this:

  File "main_AME.py", line 449, in <module>
    args.arch_frame, args.arch_sound, args.arch_synthesizer)
AttributeError: 'Namespace' object has no attribute 'arch_synthesizer'

Didn't see any other references to this so not sure how to set it.

Would also love to have a requirements.txt or conda yaml.

Protaib commented 6 months ago

I have also encountered this problem, is there a solution?