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

Question for help #59

Open
qkl123 opened this issue Mar 15, 2020 · 3 comments
Open

Question for help #59

qkl123 opened this issue Mar 15, 2020 · 3 comments
Labels

Comments

@qkl123
Copy link

qkl123 commented Mar 15, 2020

the error occurs in
spodernet\spodernet\preprocessing\batching.py", line 218, in init
config = pickle.load(open(config_path, 'rb'))
the error type is _pickle.UnpicklingError: could not find MARK
I have no idea why the problem exits and how can I fix it. can you help me?

@TimDettmers
Copy link
Owner

Stackoverflow says that this error might happen if you open file somewhere else and do not reset it to its initial position.

I, personally, have not seen this error. Another issue might be that something went wrong during the processing and I would suggest that you try to rerun the dataset preprocessing. Please let me know if this problem persists.

@qkl123
Copy link
Author

qkl123 commented Mar 24, 2020

The problem also exits,another thing I want to know is that this model can run using git bash for windows or only run using linux.

@TimDettmers
Copy link
Owner

I have never tried it on Windows and do not know in which way git differs across these platforms. Please let me know if you run into any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants