Oksana Belyaeva

Results 4 comments of Oksana Belyaeva

I downloaded weights from the torch official hub. Simply It needs to set parameter "pretrained" == True: torchvision.models.vgg16(pretrained=True) In torchfcn/models/vgg.py ``` def VGG16(pretrained=False): model = torchvision.models.vgg16(pretrained=True) if not pretrained: return...

I tried to download dataset lvis, but had an error at the end of the process "ValueError: as_supervised=True but lvis does not support a supervised structure." I managed to download...

python 3.10 Versions 0.4.5, 0.3.1, 0.2.0 don't work :(