gluoncv-torch icon indicating copy to clipboard operation
gluoncv-torch copied to clipboard

AttributeError: module 'gluoncvth' has no attribute 'models'

Open Shentl opened this issue 1 year ago • 5 comments

When i run the following code " import gluoncvth as gcv model = gcv.models.resnet50(pretrained=True) " I got -- AttributeError: module 'gluoncvth' has no attribute 'models' And i am confused

Shentl avatar Nov 02 '22 08:11 Shentl