skip-thoughts icon indicating copy to clipboard operation
skip-thoughts copied to clipboard

TypeError: 'cannot deepcopy this pattern object'

Open FTAsr opened this issue 7 years ago • 0 comments

A type error occurs at the following line while running the evaluation code eval_sick.py:

bestlrmodel = copy.deepcopy(lrmodel) TypeError: 'cannot deepcopy this pattern object'

Any quick fix?

FTAsr avatar Feb 15 '17 20:02 FTAsr