Skip to content

Commit

Permalink
chore: hardcode perplexity value for t-SNE
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaithanya512 committed Sep 9, 2024
1 parent 89df059 commit 60315b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/clustering_media/clustering_media_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def worker(ch, method, properties, body):
vid_vec_rep_clip.initialize(param={})
classify_video_zero_shot.initialize(param={})
cluster_embeddings.initialize(param={})
dimension_reduction.initialize(params={})
dimension_reduction.initialize(params={"perplexity": 5})

# start listening to the queue
feluda.queue.listen(clustering_media_index_queue, clustering_worker(feluda))
Expand Down

0 comments on commit 60315b5

Please sign in to comment.