Results 65 comments of csxmli2016
trafficstars

I think there is something wrong with your commands. `cmake -DMATLAB_ROOT=/usr/local/MATLAB/R2017a ` should be `cmake -DMATLAB_ROOT=/usr/local/MATLAB/R2017a ..`

> is there any way to make these run on gpu? what is the reason behind the fact that they only run on cpu? Hi, just focus on the performance...

same question.

> python test_sr.py -i ./Testsets/LQsWithText -m ################################################################ Input Path : ./Testsets/LQsWithText Save Path : ./Testsets/LQsWithText_10-15_18-00_MARCONet The format of text label : using given text label (Please DOUBLE CHECK the LR...

可以随机合成一批文本数据进行验证,在每个epoch训练结束后再运行验证代码就行。

> _No description provided._ Yes. The released model is mainly trained using Chinese. If the application scenario is English, it is better to fine-tune it in English and Number only....

> Thanks, But what if both Chinese and English are used in the application scenario? It is better to fine-tune the model by combining English characters and Chinese but with...

> The max character length of the model is 16, I think that's not enough for English characters, simplely change the max charater length may not work well, is there...

> > The max character length of 16 is mainly designed for Chinese characters, which cover larger spaces than English letters. So if you want to use it in the...

> Hi.can you provide some suggestions about how to set these parameters when finetune the model with more English characters? Hi, Just replace the corpus with English Characters. See the...