© 1999-2048 dssz.net 粤ICP备11031372号
[其它] resnet+tensorflow1.14+遥感图片二分类
说明:import tensorflow as tf def _resnet_block_v1(inputs, filters, stride, projection, stage, blockname, TRAINING): # defining name basis conv_name_base = 'res' + str(stage) + blockname + '_branch' bn_name_base = 'bn' + str(stage) + blockname<weixin_38681218> 上传 | 大小:165kb