摘要: import tensorflow as tf from tensorflow.keras import Sequential from tensorflow.keras.models import Model from tensorflow.keras.layers import Conv2D, 阅读全文
posted @ 2023-10-08 17:02 王哲MGG_AI 阅读(65) 评论(0) 推荐(0)
摘要: import os import tensorflow as tf # Load compressed models from tensorflow_hub os.environ['TFHUB_MODEL_LOAD_FORMAT'] = 'COMPRESSED' import IPython.dis 阅读全文
posted @ 2023-10-08 16:56 王哲MGG_AI 阅读(85) 评论(0) 推荐(0)
摘要: import numpy as np import tensorflow as tf # 需要安装pip install opencv-python==4.5.3.56 import cv2 from IPython.display import Image, display from tensor 阅读全文
posted @ 2023-10-08 16:11 王哲MGG_AI 阅读(65) 评论(0) 推荐(0)
摘要: import numpy as np import tensorflow as tf from tensorflow.keras.layers import Input, Add, Dense, Activation, ZeroPadding2D, BatchNormalization, Flatt 阅读全文
posted @ 2023-10-08 15:00 王哲MGG_AI 阅读(69) 评论(0) 推荐(0)