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

Encoding error: KeyError: 'UNK'

Open praveeyamu opened this issue 5 years ago • 0 comments

Am facing issue in encode function of skipthought.py Below line has thrown error: uembedding[j,ind] = model['utable']['UNK']

KeyError: 'UNK'

am using below package version: Theano== 0.7.0 numpy==1.15.1 keras== 2.2.2

praveeyamu avatar Sep 20 '18 09:09 praveeyamu