DamingN

Results 8 comments of DamingN

> It seem a problem of multiprocessing in windows, i got the same problem in windows and run well in linux. Changing the parameter 'use_mutiprocessing=False' in line 726 in file...

> Python 3.6.2 |Continuum Analytics, Inc.| (default, Jul 20 2017, 12:30:02) [MSC v.1900 64 bit (AMD64)] > Type 'copyright', 'credits' or 'license' for more information > IPython 6.4.0 -- An...

> 模型不收敛 loss越来越大的问题,需要在dict.txt里面创建一个id给nulll用,建议如下形式: > ''' > 13 > 0 y > 1 m > 2 d > 3 1 > 4 2 > 5 3 > 6 4 > 7...

I face the same problem. Have you solved it?

My dataset is Chinese and the length of CHAR_VECTOR is 70000+, the long lengths can cause problems?

> My dataset is Chinese and the length of CHAR_VECTOR is 70000+, the long lengths can cause problems? sorry, my CHAR_VECTOR is 7000+. The training process is too slow. How...

> > I face the same problem. Have you solved it? > > Not yet. I used this project without this problem https://github.com/wushilian/STN_CNN_LSTM_CTC_TensorFlow/blob/master/utils.py Thank you. I'll try.

> @Fangction Yes,you can change the size. I change the size and it cause a error like "InvalidArgumentError (see above for traceback): len(seq_lens) != input.dims(0), (256 vs. 1536)" What can...