TimDettmers / ConvE

Convolutional 2D Knowledge Graph Embeddings resources
MIT License
675 stars 163 forks source link

Question for help #59

Open qkl123 opened 4 years ago

qkl123 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.