View source on GitHub |
Build ResNet-RS101 model.
tf.keras.applications.resnet_rs.ResNetRS101(
include_top=True,
weights='imagenet',
classes=1000,
input_shape=None,
input_tensor=None,
pooling=None,
classifier_activation='softmax',
include_preprocessing=True
)