Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于模型使用的一些疑问 #6

Open
xisi789 opened this issue Apr 22, 2021 · 6 comments
Open

关于模型使用的一些疑问 #6

xisi789 opened this issue Apr 22, 2021 · 6 comments

Comments

@xisi789
Copy link

xisi789 commented Apr 22, 2021

这是一项很棒的工作,感谢您的分析!我在搜索额训练的时候有些疑问并遇到了一些问题,想与您讨论:
1、论文中提到操作和下采样是分两步搜索得到,我在执行python3 arch_search_exp.py --config_file configs/retrain.yaml命令时得到输出如下,看起来只搜索了操作而没有搜搜下采样。
image
2、在训练中我发现操作和下采样已经写在了retrain.yaml,如下图所示,我在搜索完模型以后是否要将这里改成我搜索得到的模型。
image
3、在训练中(执行CUDA_VISIBLE_DEVICES=2,3 python3 arch_search_exp.py --config_file configs/retrain.yaml)报错,找不到tools.flops_counter。在tools文件夹下的确没有flops_counter,这个应该如何修改代码。
image

@chaow94
Copy link

chaow94 commented Apr 23, 2021

自己的理解,仅供参考哈,以大佬解释为准

  1. 感觉是 stride_stages 是固定的,但是位置是相对的,比如可能整体前移后移这样,还需要@huizhang0110 @quanmingyao 大佬确认下
  2. conv_op_ids 需要换成自己的
  3. 使用这个代码 就行

@xisi789
Copy link
Author

xisi789 commented Apr 23, 2021

@cwh94 感谢您的回复,已经可以进行训练了。
我还有一个疑问,就是在搜索过程中输出的最后一个模型结构就是最终搜索到的结构吗

@chaow94
Copy link

chaow94 commented Apr 23, 2021

是的

@song5216
Copy link

song5216 commented May 8, 2021

你好,我在运行
python3 arch_search_exp.py --config_file configs/search.yaml 时
出现了这个bug,
lmdb.Error: /home/yaoquanming/local_datasets/ALL_REC_DATA
但我并没有在项目中找到类似的文件夹
请问这个路径的文件在哪里下载?

@lyc728
Copy link

lyc728 commented Dec 17, 2021

自己的理解,仅供参考哈,以大佬解释为准

  1. 感觉是 stride_stages 是固定的,但是位置是相对的,比如可能整体前移后移这样,还需要@huizhang0110 @quanmingyao 大佬确认下
  2. conv_op_ids 需要换成自己的
  3. 使用这个代码 就行

你好,我的训练数据有问题吗?为什么损失为0
企业微信截图_16397157986891

@qinb
Copy link

qinb commented Dec 17, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants