xCompass-AI / GeneCompass

GeneCompass
https://xcompass-ai.github.io/GeneCompass/
37 stars 3 forks source link

Some issue occured when load token_dictionary #6

Open wyywyy999 opened 3 weeks ago

wyywyy999 commented 3 weeks ago

Hello, developer! When I load the following token_dictionary, I met some problems:

image

Can you help me to deal with or explain this issue? Waiting for your early reply. Thanks so much!

QingJun3 commented 6 days ago

Have you solved this problem now?

QingJun3 commented 5 days ago

I have resolved the issue. It seems that the .pickle files cloned directly via git were incomplete. I downloaded all the pickle files in the prior_knowledge/ directory separately, and that solved the problem.

HelloWorldLTY commented 4 days ago

Hi, re-downloading the files cannot work for me. I intend to use human_mouse_tokens.pickle

QingJun3 commented 4 days ago

If the human_mouse_tokens.pickle file is downloaded completely, it should be a file exceeding 1.1 MB. Are you still encountering the error _pickle.UnpicklingError: invalid load key, 'v'? After I re-downloaded it, I no longer encountered this issue. If you are still experiencing this problem, it might be due to the versions of Python and its dependencies.

HelloWorldLTY commented 3 days ago

Thanks! I ignore wget and upload again and it works for me. It seems that we can only use the most naive way.