You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried this code
from efficientnet.keras import EfficientNetB0
this is imported without error,
but when i run following statements it throws effnet = EfficientNetB0(weights=None, include_top=False, input_shape=(400,400,3))
AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
what is issue?
The text was updated successfully, but these errors were encountered:
keras = 2.2.4
tensorflow = 2.0.0
i tried this code
from efficientnet.keras import EfficientNetB0
this is imported without error,
but when i run following statements it throws
effnet = EfficientNetB0(weights=None, include_top=False, input_shape=(400,400,3))
AttributeError: module 'tensorflow' has no attribute 'get_default_graph'
what is issue?
The text was updated successfully, but these errors were encountered: