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
I had this issue when segmenting data: dataset.segment_into_units()
I wonder if there is a dataloss somewhere.
I don't know how to check for this, but for the sake of reproducibility and check of this error, this is the clustering I've got after running through all of the steps for Storm-petrel sample dataset (I kept parameters as their were in the tutorials):
Hi @gg4u, many thanks for reporting this issue! I haven't been able to reproduce this in macOS - tests are passing. I will look further into it when I have some time, and in the meantime maybe someone else will run into the same.
If useful to Mac users, I met and solved this error when running
segment_files_parallel()
function,Error was related to tqdm: 'tqdm' object has no attribute 'disable’ , probably linked to parallel processing.
I found comments in this repo:
3fon3fonov/exostriker#80
In the official tqdm repo, they suggest to bypass the issue with a wrapper:
tqdm/tqdm#487 (comment)
However, I was able to solve it by checking out install again with conda:conda install tqdm
Conda said it was correctly installed, but (mysteriously) the issue was solved.
My 2 cents : I suspect to have previously installed tqdm via pip. It may be useful to ensure packages are installed via conda (not sure about this...)
---Update
Previous comment about conda install was NOT a solution.
Found again the same issue when running:
dataset.cluster_ids()
Now I have full trace-stack (below).
If I just re-run the function:
dataset.cluster_ids()
I get no error.
However, keeping in mind that:
warning:
If segmentation fails for a vocalisation it will be dropped from the database so that it doesn’t cause trouble downstream.
in https://nilomr.github.io/pykanto/_build/html/_autosummary/pykanto.dataset.html?highlight=fail
I had this issue when segmenting data:
dataset.segment_into_units()
I wonder if there is a dataloss somewhere.
I don't know how to check for this, but for the sake of reproducibility and check of this error, this is the clustering I've got after running through all of the steps for Storm-petrel sample dataset (I kept parameters as their were in the tutorials):
https://nilomr.github.io/pykanto/_build/html/contents/interactive-app.html
(p.s. fabulous work!)
The text was updated successfully, but these errors were encountered: