Xiangpeng Li

Results 3 issues of Xiangpeng Li

I install pytorch-baidu-ctc using: pip install torch-baidu-ctc however, error is raised when I conduct unit test as : ModuleNotFoundError: No module named 'torch_baidu_ctc._C' I want to know why?

According to others' advice i modified these part: 1. File "/home/lxp/CodeBase/VisualReasoning/clevr-iep/iep/models/seq2seq.py", line 154, in sample y.append(next_y[0, 0, 0]) ===> y.append(next_y[0, 0]) 2. add cur_output = cur_output.unsqueeze(0) to seq2seq.py, line 175,...

I am new to OCR. I run your code and the Loss and Recognition Loss are all negative and detection loss is positive. I am a little confused about this...