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
It seems that the multi gpu training and eval works great, however, while trying to debug you're opt for using a single gpu.
In that case the code breaks in several parts during the evaluation of the validation set.
Any chance for a hotfix? :)
To reproduce, try to run the code from PyCharm in debug mode while there's only one GPU available.
The text was updated successfully, but these errors were encountered:
I have a similar issue but not this repo. debug MMdet-related code is almost impossible, they encapsulate everything and it is not worth the time to debug, you may use that time to create a pure Pytorch model already :)
It seems that the multi gpu training and eval works great, however, while trying to debug you're opt for using a single gpu.
In that case the code breaks in several parts during the evaluation of the validation set.
Any chance for a hotfix? :)
To reproduce, try to run the code from PyCharm in debug mode while there's only one GPU available.
The text was updated successfully, but these errors were encountered: