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

Packages missing + embedding_dim is required for vq_args #28

Closed
sheryllin111 opened this issue Sep 28, 2023 · 1 comment
Closed

Packages missing + embedding_dim is required for vq_args #28

sheryllin111 opened this issue Sep 28, 2023 · 1 comment

Comments

@sheryllin111
Copy link

I ran into two errors while trying to run the sample analysis. I had the same issue as Dedy (#26) but fixed this by downloading the cytoself folder from the github, then installing the additional dependencies. I now have this error while trying to run CytoselfFullTrainer:
image
image

@li-li-github
Copy link
Collaborator

Hi @sheryllin111 The main branch of cytoself is now implemented with PyTorch but the pip package has not been updated. So you need to follow the instruction for developers to install cytoself from the repository.

For the error you've got, it looks like you have duplicated keyword argument 'vq_args' in your script. You shouldn't get the error if you only use the first 'vq_args' that has the value {'num_embeddings': 512, 'embedding_dim': 64}.

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

2 participants