摘要:
目录: 一、自动转换脚本 二、高级别behavioral changes 三、让代码2.0本土化 四、改变模型 五、训练 This doc for users of low level TensorFlow APIs. If you are using the high level APIs (tf 阅读全文
posted @ 2020-08-24 16:38
XiaoNiuFeiTian
阅读(842)
评论(0)
推荐(0)
摘要:
主要策略: 将原始的遥感图像裁成大小为(256x256)的图片块,裁剪的方法为随机采样,并进行数据扩增 搭建Deeplab-v3模型,使用预训练的 resnet-v2-50 迁移学习 完整的训练测试程序,使用 tensorboard 监控模型训练 多尺度拼接预测,提升模型 后处理优化,比如消除预测图 阅读全文
posted @ 2020-08-24 11:40
XiaoNiuFeiTian
阅读(521)
评论(0)
推荐(0)