efficientnet
efficientnet copied to clipboard
E tensorflow/core/grappler/clusters/utils.cc:87] Failed to get device properties, error code: 30
HI, I tried to initialized the model with the following code: import efficientnet.keras as efn model = efn.EfficientNetB0(weights='imagenet')
but it returned E tensorflow/core/grappler/clusters/utils.cc:87] Failed to get device properties, error code: 30
which OS , Python and TensorFlow version you are using?