Matty0512

Results 3 issues of Matty0512

I've tried loading my own model (A fine tuned version of VGG16) using load_model but I get this error: `AttributeError Traceback (most recent call last) in () 146 147 predicted_class...

`auth.authenticate_user()` `gauth = GoogleAuth()` `gauth.credentials = GoogleCredentials.get_application_default()` `drive = GoogleDrive(gauth)` I have been using this code on google colaboratory for accessing my google drive files and it has been working...

For training a 256x256 model, what is the size of the network in terms of number of trainable parameters?