pretrained-models.pytorch
pretrained-models.pytorch copied to clipboard
Inceptionv4.py : model variables not initialises during using non-pretrained
When using the non-pretrained version
model = pretrainedmodels.inceptionv4( num_classes=1000 , pretrained=False )
Something like does this does not initialise variables like input_range and others. I would like to work on this.