Skip to content
Snippets Groups Projects
Commit c953aec8 authored by Paul Best's avatar Paul Best
Browse files

specify generic embedder bottleneck in README

parent bf7af8ca
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ Vocalisation detection needs to be done prior to this process (stored in a .csv ...@@ -9,6 +9,7 @@ Vocalisation detection needs to be done prior to this process (stored in a .csv
If you want to train your own auto-encoder (optional since the generic one might suffice), use `python train_AE.py detections.csv` If you want to train your own auto-encoder (optional since the generic one might suffice), use `python train_AE.py detections.csv`
Use trained auto-encoder weights to project your vocalisations with `python compute_embeddings.py generic_embedder.weights detections.csv` Use trained auto-encoder weights to project your vocalisations with `python compute_embeddings.py generic_embedder.weights detections.csv`
The architecture for the generic_embedder.weights is with a bottleneck of size 256
Visualise vocalisation embeddings and resulting clusters with `python sort_cluster.py embeddings.npy detections.csv` Visualise vocalisation embeddings and resulting clusters with `python sort_cluster.py embeddings.npy detections.csv`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment