1 year ago

#310320

test-img

Coconut-Then

Tensorflow keras cnn comparison

Hi I'm making a report about comparison of cnn s but while creating model should I use weight= None or weight = 'imagenet' which usage will be a better comparison. Here is a sample code.

    base_model = VGG16(input_shape = (224, 224, 3), 
include_top = False, 
weights = None)#weights ='imagenet'

python

tensorflow

keras

conv-neural-network

vgg-net

0 Answers

Your Answer

Accepted video resources