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
Also, don't forget to specify the number of classes in your newly added dataset in datasets_to_c dictionary. You can specify the ground truth number or, in case you don't know it, a meaningful estimate of the number of clusters in your dataset.
After that, follow the README instructions in the repo to precompute representations. If you have ground truth labels for your dataset, then also use precompute_labels.py to precompute the labels for evaluation purposes in run_turtle.py script. If you don't have them, follow solutions of the similar issues, i.e., #1 and #5.
After everything above is prepared, you can run training using run_turtle.py script, specifying your dataset in the command line.
No description provided.
The text was updated successfully, but these errors were encountered: