da03 / Attention-OCR

Visual Attention based OCR
MIT License
1.11k stars 362 forks source link

Number of ways to split should evenly divide the split dimension #58

Open zmxheart opened 6 years ago

zmxheart commented 6 years ago

InvalidArgumentError (see above for traceback): Number of ways to split should evenly divide the split dimension, but got split_dim 0 (size = 32) and num_split 64

ZhiHaoSun commented 6 years ago

I also meet the issue, hope author can help on it. It lies in 'model_with_buckets' method in seq2seq.py

yyfanxing commented 5 years ago

@zmxheart @ZhiHaoSun Have you solved the problem? I also get the same issue。