Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to do dynamic time warping with anything more than small subset #7

Open
masonyoungblood opened this issue Nov 19, 2020 · 3 comments

Comments

@masonyoungblood
Copy link

I'm working with a relatively large dataset (~1,500 songs with ~20 syllables each), and I'm unable to do dynamic time warping with anything more than a small subset of the data (~250 songs). Basically, when I use the subset the progress bar appears and I eventually end up with normal output. When I use the full dataset there is no progress bar and the window immediately switches to the next with no output. Do you have any recommendations? My computer has 16 GB of RAM, and I've already tried running the JAR file with the -Xmx command to increase memory.

@joanspin
Copy link

I have had the same issue but I am on a mac and I am unsure how to run the JAR file in my command window. Does anyone have information for how to do this?

@rflachlan
Copy link
Owner

Hi JoanSpin:
(1) To run from the Terminal, navigate to the folder where Luscinia is, then use java -jar Luscinia.jar to launch the program.
(2) If the analysis is jumping through the analysis without actually completing, it is likely that there is some issue with the measurements that's causing problems. To assess that, try the "Check Measurements" analysis before running the analysis. It should indicate any measurement issues that are causing problems. If this is unclear, please feel free to follow up via email or here.
Rob

@joanspin
Copy link

joanspin commented Jul 25, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants