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
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:
The text was updated successfully, but these errors were encountered:
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}.
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:
The text was updated successfully, but these errors were encountered: