摘要: 参考:https://blog.csdn.net/dss_dssssd/article/details/82977170 , https://blog.csdn.net/weixin_37598106/article/details/106693120 tensorflow中的自定义层的build( 阅读全文
posted @ 2021-04-21 13:02 ho_ho 阅读(1178) 评论(0) 推荐(1) 编辑
摘要: tf.repeat(input, repeats, axis=None, name=None) 参数: input: tensor repeats: 重复次数, note: len(repeats) must equal input.shape[axis] if axis is not None a 阅读全文
posted @ 2021-04-21 12:47 ho_ho 阅读(2309) 评论(0) 推荐(0) 编辑