AutoSTR icon indicating copy to clipboard operation
AutoSTR copied to clipboard

H. Zhang, Q. Yao, M. Yang, Y. Xu, X. Bai. AutoSTR: Efficient Backbone Search for Scene Text Recognition. European Conference on Computer Vision (ECCV). 2020.

Results 4 AutoSTR issues
Sort by recently updated
recently updated
newest added

训练中出现

这是一项很棒的工作,感谢您的分析!我在搜索额训练的时候有些疑问并遇到了一些问题,想与您讨论: 1、论文中提到操作和下采样是分两步搜索得到,我在执行python3 arch_search_exp.py --config_file configs/retrain.yaml命令时得到输出如下,看起来只搜索了操作而没有搜搜下采样。 ![image](https://user-images.githubusercontent.com/41114558/115672299-fe712700-a37d-11eb-9619-5ccd60dc3102.png) 2、在训练中我发现操作和下采样已经写在了retrain.yaml,如下图所示,我在搜索完模型以后是否要将这里改成我搜索得到的模型。 ![image](https://user-images.githubusercontent.com/41114558/115672543-4001d200-a37e-11eb-959a-a759ac835645.png) 3、在训练中(执行CUDA_VISIBLE_DEVICES=2,3 python3 arch_search_exp.py --config_file configs/retrain.yaml)报错,找不到tools.flops_counter。在tools文件夹下的确没有flops_counter,这个应该如何修改代码。 ![image](https://user-images.githubusercontent.com/41114558/115672867-8eaf6c00-a37e-11eb-8ae5-81ced304fd55.png)

lmdb.Error: /home/yaoquanming/local_datasets/ALL_REC_DATA: 请问这个路径的文件在哪里下载?

The arch I search is as following: ``` => saving checkpoint ./logs/proxyless/IIIT5K/seed_1996_3/checkpoint.pth.tar 0. (Mix(5x5_MBConv6, 0.770), None) # ['0.000', '0.230', '0.770', '0.000', '0.000', '0.000'] 1. (Mix(5x5_MBConv6, 0.998), Identity) # ['0.000', '0.000',...