TimeDistributed(Lambda(lambda x: tf.reduce_max(x, axis=-2, keepdims=True)))(net)
报错:
reduce_max() Got an unexpected keyword argument ‘keep_dims’
解决:查看函数实现,keep_dims 改为 keepdims

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐