Richard Tseng
Richard Tseng
@baudm hi, thanks for your great work. I have trained the parseq model with my own dataset, the max length is 89, and the chardict is 95full.yaml. when i test...
请问如何从数据集中构建词表呢? 以及构建完成的词表中如何解决类别分布不均的问题呢?  
when i try to train a thai model, there are some nan/inf accrued in DeformableTransformer.  and i check the out put of self.detection_transformer: the output is [nan, nan, nan,......]...
n_layers=opt['num_layers'], rnn_cell=opt['rnn_type'], rnn_dropout_p=opt['rnn_dropout_p']).cuda() KeyError: 'rnn_type'
Thanks for your work, could you provide the S2VT model ?
hi, 'Key Error' occurs when I go to the evaluation phrase. is there any other file needed? how should I fix this error? thank you! 
KeyError: 'e2e_method', when i run the commond "python contextualizer.py "
Thanks for your great job! Is there any plan to release the code?