clip-text-decoder icon indicating copy to clipboard operation
clip-text-decoder copied to clipboard

Incompatible checksum error

Open dapurv5 opened this issue 4 years ago • 0 comments

I see the following error when trying to load the pretrained model.

    tokenizer=pickle.loads(tokenizer_buffer.read()),
  File "stringsource", line 6, in spacy.pipeline.trainable_pipe.__pyx_unpickle_TrainablePipe
_pickle.PickleError: Incompatible checksums (102742709 vs 0x417ddeb = (cfg, model, name, vocab))

Am I missing something?

dapurv5 avatar Nov 28 '21 05:11 dapurv5