Searched refs:InceptionResNetV2 (Results 1 – 3 of 3) sorted by relevance
31 def InceptionResNetV2(*args, **kwargs): function32 return inception_resnet_v2.InceptionResNetV2(*args, **kwargs)
33 (applications.InceptionResNetV2, 1536),
77 from tensorflow.python.keras.applications.inception_resnet_v2 import InceptionResNetV2