摘要: https://www.youtube.com/watch?v=hTpq9lzAb8M unet预训练可视化以及迁移学习应用 搜索 复制 阅读全文
posted @ 2022-05-11 22:20 山…隹 阅读(5) 评论(0) 推荐(0) 编辑
摘要: # step lr_scheduler = tf.keras.optimizers.schedules.ExponentialDecay( initial_learning_rate=lr_rate, decay_steps=10, decay_rate=0.96) opt = tf.keras.o 阅读全文
posted @ 2022-05-11 18:55 山…隹 阅读(64) 评论(0) 推荐(1) 编辑
摘要: import os import numpy as np from sklearn.model_selection import KFold import json ############################ 读取img数据名列表 ########################### 阅读全文
posted @ 2022-05-11 14:20 山…隹 阅读(90) 评论(0) 推荐(0) 编辑