-
-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The project seems impossible to reproduct in the current state.
I try launching the inference with
python train.py inference_byoq \ --ckpt_path=checkpoints/ev-pre-aug.ckpt \ --input_path=audios/input/86CASM45A221.wav \ --query_path=audios/query/0046.wav \ --output_path=audios/output/86CASM45A221_trumpet.wav \ --batch_size=12 \ --use_cuda=True
but I get this error:
{'optimizer': {'cls': 'Adam', 'kwargs': {'lr': 0.001}}, 'scheduler': {'cls': 'StepLR', 'kwargs': {'step_size': 1, 'gamma': 0.98}}} terminate called after throwing an instance of 'std::length_error' what(): vector::reserve [1] 2746370 IOT instruction (core dumped) python train.py inference_byoq --ckpt_path=checkpoints/ev-pre-aug.ckpt
More than that I get many other errors, some pathes are apparently incorrect (FileNotFoundError: [Errno 2] No such file or directory: 'data/core/moisesdb/splits.csv') some files appear to be missing (stems.csv), compatibility problems with google.protobuf.internal, there is no proper guidelines to help replicating the code, no requirements.txt, no demos to actually check the work that has been done...