-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
自己的理解,仅供参考哈,以大佬解释为准
|
@cwh94 感谢您的回复,已经可以进行训练了。 |
是的 |
你好,我在运行 |
|
您好,我已收到!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这是一项很棒的工作,感谢您的分析!我在搜索额训练的时候有些疑问并遇到了一些问题,想与您讨论:
1、论文中提到操作和下采样是分两步搜索得到,我在执行python3 arch_search_exp.py --config_file configs/retrain.yaml命令时得到输出如下,看起来只搜索了操作而没有搜搜下采样。
2、在训练中我发现操作和下采样已经写在了retrain.yaml,如下图所示,我在搜索完模型以后是否要将这里改成我搜索得到的模型。
3、在训练中(执行CUDA_VISIBLE_DEVICES=2,3 python3 arch_search_exp.py --config_file configs/retrain.yaml)报错,找不到tools.flops_counter。在tools文件夹下的确没有flops_counter,这个应该如何修改代码。
The text was updated successfully, but these errors were encountered: