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
I used to run mask text spotter on a 1080ti and had great results but I recently switched to rtx 3090 (ampere architecture), therefore I had to build using pytorch with cuda 11.0 which doesn't seem to support apex (It seems that it's supported directly within Pytorch now: NVIDIA/apex#988 (comment))
Has anyone experienced theses issues and solved it?
Perhaps there is a workaround to change some code in the masktextspotter build to use pytorch amp (torch.cuda.amp). instead of apex's. I'd like to discuss this subject with anyone interested.
The text was updated successfully, but these errors were encountered:
I used to run mask text spotter on a 1080ti and had great results but I recently switched to rtx 3090 (ampere architecture), therefore I had to build using pytorch with cuda 11.0 which doesn't seem to support apex (It seems that it's supported directly within Pytorch now: NVIDIA/apex#988 (comment))
Has anyone experienced theses issues and solved it?
Perhaps there is a workaround to change some code in the masktextspotter build to use pytorch amp (torch.cuda.amp). instead of apex's. I'd like to discuss this subject with anyone interested.
The text was updated successfully, but these errors were encountered: