import tensorflow as tf def load_model(): model = tf.keras.applications.MobileNetV2(weights="imagenet") print("Model loaded") return model ...
確定! 回上一頁