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

about ATNConv #11

Open
XiaoYangon opened this issue Dec 30, 2019 · 2 comments
Open

about ATNConv #11

XiaoYangon opened this issue Dec 30, 2019 · 2 comments

Comments

@XiaoYangon
Copy link

Hi , I have a question. in the ATNConv module, the patches of high level feature map are got with stride 1,Is the calculation too large in conv,your gpu config?,Can it be equal to 2 or larger number?

@zengyh1900
Copy link
Collaborator

HI, since the spatial size of the highest level of feature map is relatively small, so we use stride 1, which is more suitable. I think you can try a larger stride. But I think the results would not be better due to the small spatial size of the high-level feature maps.

Thanks,
Yanhong.

@XiaoYangon
Copy link
Author

hello,I want to use places2 data to trian the model, each class is a zipfile from a to z in places2 data. In training process, the data is from zipfile according your dataset.py. I use two 1080Ti GPUs, but the error is appear:
spawn.py 167 spawn
while not spawn_context.join():
spawn.py 103 join
(error_index, name)
Exception:process 1 terminated with signal SIGKILL
I don't know why, can you tell me about your gpu config?

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