摘要: 1 import numpy as np 2 import tensorflow as tf 3 4 class BatchNormalization(tf.keras.layers.Layer): 5 def __init__(self, decay=0.9, epsilon=1e-5, **kw 阅读全文
posted @ 2020-06-09 23:35 WWBlog 阅读(183) 评论(0) 推荐(0) 编辑