pretrained-models.pytorch icon indicating copy to clipboard operation
pretrained-models.pytorch copied to clipboard

Inceptionv4.py : model variables not initialises during using non-pretrained

Open TheSYNcoder opened this issue 5 years ago • 0 comments

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.

TheSYNcoder avatar Jun 20 '20 15:06 TheSYNcoder