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

Decoding Issue

Open Alexyuanmu opened this issue 7 years ago • 0 comments

I met problem when I tried to train the decoding model. error in decoding/homogeneous_data.py next() fuction: caps = [self.caps[ii] for ii in curr_indices] feats = [self.feats[ii] for ii in curr_indices] IndexError: list index out of range

The reason is, caps is the X,which is a large dataset; while feats is the C, which is a sample set of sentences.

I'm confused with the README in decoding part... Why it use X and C? I thought only X is enough for the training step.

Alexyuanmu avatar Jun 21 '17 15:06 Alexyuanmu