Lininggggggg
Lininggggggg
> Why i set 'is_train' to False but it started training again? because the command is false. you need give command is: python main.py --is_train=False --stride 21
> IIIT5k SVT IC03 IC13 IC15 SVTP CUTE > Paper 94.4 92.3 95.7 95.0 82.2 84.3 85.0 > Reproduce 93.5 90.6 91.7 94.0 79.1 82.8 78.5 > 上表为我们根据这个代码复现出来的结果,和论文中给出的acc差得有点多,并且SR的结果也极差,训练和测试数据同样使用的aster.pytorch提供的。在复现过程中,使用的就是`main_train.sh`中的超参,没有任何更改。请问这是怎么回事呢?您是否在给出的代码之外使用了其他的trick?或者您能够提供您训练好的模型吗? > 谢谢...
oh, thank you very much!
请问adder方法在测试下能加速吗?现在测试了下也很慢
what's more, only when i set the batch-size is 3, every miniepoch time of the data load time is only need 0.1s, however if i set the batch-size is more...
如果只是单独想换另外一个卡测试或训练,可以用下面的命令 import os os.environ['CUDA_VISIBLE_DEVICES'] = '1'