You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you install the conda environment? I specified python 3.7 in there.
With the provided environment file I'm able to run python test.py --test_dir ../data/msmd/msmd_test --test_piece Anonymous__lanative__lanative_synth --plot --gt_only on my Mac without getting a segmentation fault.
Dear author,
I am trying to run the code and have encountered the follow issue
The following command works:
$ python test.py --test_dir ../data/msmd/msmd_test --test_piece Anonymous__lanative__lanative_synth --plot --gt_only
but running the trained model gives "Segmentation fault:11"
$ python test.py --param_path ../trained_models/cyolo/best_model.pt --test_dir ../data/msmd/msmd_test --test_piece Anonymous__lanative__lanative_synth --page 0
Message as follows and model does not run:
Conditioning: ContextConditioning | Parameters: {'n_lstm_layers': 1, 'activation': 'nn.ELU', 'zdim': 128, 'normalize_input': True}
Using input normalization!
Segmentation fault: 11
Please advise.
The text was updated successfully, but these errors were encountered: