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)965935916xu
- Opened on Aug 11, 2024
- #33
字符集中有的字符例如\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
我在all words.txt里放了10个汉字,尝试运行generator.py,报了以下错误,怎么解决?微信nlanguage Traceback (most recent call last): File
F:/pycharm2020.2/crnn.pytorch_generator/generator.py , line 227, in module test_image_gen( horizontal ...
nissansz
- Opened on Feb 20, 2022
- #30
我尝试用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
楼主,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

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.