jdebec
Results
1
issues of
jdebec
Hi! I m trying to run the code, but when i try execute: ``` model = seq2seq_wrapper.Seq2Seq(xseq_len=xseq_len, yseq_len=yseq_len, xvocab_size=xvocab_size, yvocab_size=yvocab_size, ckpt_path='ckpt/twitter/', emb_dim=emb_dim, num_layers=3) ``` I got the following error: ```...