Click here to Skip to main content
15,896,606 members

Comments by maverick maiden (Top 8 by date)

maverick maiden 1-Oct-21 6:17am View    
But have you got any idea if I can use this said sequential model for implementing ssd, frcnn, etc?
maverick maiden 1-Oct-21 6:16am View    
okay. Thanks!
maverick maiden 1-Oct-21 5:29am View    
Thank you so much for your suggestion. I checked out the Sequential model and am little confused here. Might be asking a silly question but Can I implement various models like SSD, FRCNN, RCNN, etc using this sequential model? Would you please guide me a lil bit here? Thanks!
maverick maiden 30-Sep-21 22:28pm View    
I tried this:
from tensorflow.keras.applications import resnet50

But gives me the error:
ImportError: cannot import name 'resnet' from 'tensorflow.python.keras.applications' (/usr/local/lib/python3.7/dist-packages/tensorflow/python/keras/applications/__init__.py)

T did this too: from tf.keras.applications.resnet import ResNet50
But gets: ModuleNotFoundError: No module named 'tf'
maverick maiden 1-Apr-21 3:31am View    
That is exactly what I am not able to figure out.