Skip to content

issues Search Results · repo:yizt/crnn.pytorch language:Python

Filter by

33 results
 (91 ms)

33 results

inyizt/crnn.pytorch (press backspace or delete to remove)

字符集中有的字符例如\u3000在python下没法显示报错,怎么去掉?微信nlanguage File F:\pycharm2020.2\crnn\utils\aftertreatment.py , line 26, in listcomp text = [self.dict[char] for [char] in text] KeyError:
  • nissansz
  • Opened 
    on Feb 21, 2022
  • #32

win10直接运行train.py 报错。微信nlanguage C:\Users\Ni\AppData\Local\Programs\Python\Python38\python.exe F:/pycharm2020.2/crnn.pytorch_generator/train_Sentence.py Namespace(batch_size=32, device= cuda , direction= ...
  • nissansz
  • 1
  • Opened 
    on Feb 20, 2022
  • #31

我尝试用cpu训练。报错了,怎么解决?微信nlanguage 。 py -3 train.py --direction horizontal L:\trocr\crnn.pytorch-master py -3 train.py --direction horizontal Namespace(batch_size=64, device= cpu , direction= horizontal , ...
  • nissansz
  • Opened 
    on Feb 17, 2022
  • #29

这个不能转ONNX吧
  • iwanggp
  • Opened 
    on Sep 22, 2021
  • #28

有同学接着楼主的模型训练吗?为啥我训练后一直是INF呀。。。调小了学习率也没用。。。
  • RobertXiaobinW
  • 3
  • Opened 
    on May 24, 2021
  • #27

楼主,30000+的输出结果有点多,我想着用常用字就行了。是额外加一层全连接层来训练好,还是把预训练模型的全连接层修改了训练好呀?
  • RobertXiaobinW
  • Opened 
    on May 23, 2021
  • #26

楼主楼主 报错如下: 90 x = self.cnn(x) # [B,512,W/16,1] 91 x = torch.squeeze(x, 3) # [B,512,W] --- 92 x = x.permute([0, 2, 1]) # [B,W,512] 93 x, h1 = self.rnn1(x) 94 x, h2 = self.rnn2(x, h1) RuntimeError: number ...
  • RobertXiaobinW
  • 1
  • Opened 
    on May 8, 2021
  • #25

印刷体图片二值化后,数字识别效果不是很好,请问有解决办法吗?
  • lttxws
  • Opened 
    on Jan 22, 2021
  • #24
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub