-
Notifications
You must be signed in to change notification settings - Fork 25
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
Speed of generating fingereprints from custom source #23
Comments
|
ToDo:
|
Now (7647aec) the output filenames are |
Hi, I know you closed this issue, just wanted to update on this. |
@guillemcortes I don't quite understand how slow it is on the GPU. Have you ever tried training with the default config? 1 epoch (10K songs) usually takes around 20 min. If it takes too long, I think it should relate to installation of environment problems. |
Ok! will try training with the default config and let you know! |
Hi, I tried reinstalling your docker version and now training from scratch with the default config |
Hi, it might be related to this, but I'm trying to generate fingerprints from custom source using the pretranied model you shared here: #10 (comment) and I was wondering if you could tell me what's the expectated time for generating a fingerprint from a single query? Since it took 1629seconds to generate fingerprints corresponding to 2 queries (1-min length) [even though in the source directory there are 3 wav files, I'm studying why this as well ]
From the CLI Output: 2/2 [==============================] - 1629s 47ms/step
I'm using a 40-cpu server with a RTX3090.
Also, can you help me understanding the shape of the resulting db? I understand that the shape is
n_items x d
, andn_items
is#num audios x batchsize
. I don't see what this batchsize mean and therefore, the resulting db shape.Thanks in advance!
Originally posted by @guillemcortes in #8 (comment)
The text was updated successfully, but these errors were encountered: