Skip to content

jittery long_term_emb #1

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

Open
dikang13 opened this issue Dec 26, 2023 · 1 comment
Open

jittery long_term_emb #1

dikang13 opened this issue Dec 26, 2023 · 1 comment

Comments

@dikang13
Copy link

Hi NerdsLab,

Thank you for making BAMS a public resource. I have tried playing with the mouse triplets dataset without tweaking any parameters/ hyperparameters. However, I obtain long term embeddings that are quite jittery (sometimes more so than the short term embeddings).

The overview.png in the package shows very smooth state traces, which is what I expected to see from plotting the long term embeddings. Would it be possible to publish an example notebook that you wrote to generate overview.png and other figures in your paper? Thank you for your help!

Candy

@dikang13
Copy link
Author

Hi, I might have identified the issue.

Line 115 of mouse_triplets.py, which defines head_vy, seems to have a typo. Instead of head_vy = diff(head_center[..., 0]), maybe it should be head_vy = diff(head_center[..., 1])?

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

No branches or pull requests

1 participant