You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
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?
The text was updated successfully, but these errors were encountered: