字符字典行数不能大于2001?
Created by: lfxx
训练日文时,当使用的字符字典行数小于2001时可以正常训练,大于2001则报错:
Error: /paddle/paddle/fluid/operators/lookup_table_op.cu:43 Assertion `id < N` failed. Variable value (input) of OP(fluid.layers.embedding) expected >= 0 and < 2001, but got 2068. Please check input value.
训练命令:
python tools/train.py -c configs/rec/rec_r34_vd_tps_bilstm_attn_smlange.yml
使用paddlepaddle1.8.1使用单GPU训练