Skip to content
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

Added Example Notebook for TSNE plots #493

Merged
merged 5 commits into from
Jan 13, 2025

Conversation

plon-Susk7
Copy link
Contributor

I've updated example notebook for clustering videos.

@dennyabrain
Copy link
Contributor

since we are the ones writing the config file as well, we can do this

dimension_reduction_operator = feluda.operators.get()["dimension_reduction"]
vid_vec_clip_operator = feluda.operators.get()["vid_vec_rep_clip"]

@aatmanvaidya
Copy link
Collaborator

hi @plon-Susk7 I was able to run the notebook on my end, there are no error

I have also made some changes to code (just making it a bit cleaner etc)

here are the steps to replicate what I did

  1. delete the .venv folder from feluda
rm -rf .venv
  • I would also recommend that you clear your hugging face cache, i.e. delete all the models
  1. delete uv cache like this
uv cache dir
uv cache prune
uv cache clean
  1. create a fresh venv in feluda
uv venv
source .venv/bin/activate
  1. go to the examples/ folder and run the notebook
everything worked as expected for me, there were no issues

Optional -- I don't like to use the vscode jupyter notebook interface, so I installed the jupyter library inside the venv and ran things like this

uv pip install jupyter
jupyter notebook ---port 9999

the above are the exact command's on how you can replicate things on your end

@plon-Susk7
Copy link
Contributor Author

I'll try doing this for other notebook. Thanks @aatmanvaidya .

@aatmanvaidya aatmanvaidya changed the base branch from main to development January 13, 2025 04:36
@aatmanvaidya aatmanvaidya self-requested a review January 13, 2025 04:36
@aatmanvaidya aatmanvaidya merged commit b205e21 into tattle-made:development Jan 13, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants