摘要:
参考:https://blog.csdn.net/dss_dssssd/article/details/82977170 , https://blog.csdn.net/weixin_37598106/article/details/106693120 tensorflow中的自定义层的build( 阅读全文
摘要:
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 阅读全文