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

run error in regnet with GPU #27

Open
tongshiyuan opened this issue May 14, 2021 · 1 comment
Open

run error in regnet with GPU #27

tongshiyuan opened this issue May 14, 2021 · 1 comment

Comments

@tongshiyuan
Copy link

我在使用GPU进行RegNet训练的时候,报错了

UnimplementedError:  Fused conv implementation does not support grouped convolutions for now.
	 [[node reg_net/any_stage/res_bottleneck_block/bottleneck_transform/conv2d_3/BiasAdd (defined at /filepath/anynet.py:119) ]] [Op:__inference_train_function_10336]

Function call stack:
train_function

但是CPU下是正常的,我检查了一下代码,GPU和CPU模式下,get_group_conv是不一样的,但我不知道怎么debug
希望能得到您的回复

@calmiLovesAI
Copy link
Owner

根据实际情况更改配置文件中的这一项:DEVICE = "gpu"就行

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

2 participants