from tensorflow.keras.applications import VGG16 model = VGG16() model.summary() print(model.weights)