摘要: @deprecation.deprecated(None, "Please use `keras.layers.RNN(cell, unroll=True)`, " "which is equivalent to this API") @tf_export(v1=["nn.static_rnn"]) 阅读全文
posted @ 2020-07-31 20:30 ZH奶酪 阅读(593) 评论(0) 推荐(0) 编辑
摘要: @tf_export(v1=['layers.MaxPooling1D']) class MaxPooling1D(keras_layers.MaxPooling1D, base.Layer): """Max Pooling layer for 1D inputs. 用于1维输入的MaxPoolin 阅读全文
posted @ 2020-07-31 17:45 ZH奶酪 阅读(811) 评论(0) 推荐(0) 编辑
摘要: https://www.w3cschool.cn/tensorflow_python/tensorflow_python-1yed2mih.html @tf_export(v1=["squeeze"]) @dispatch.add_dispatch_support @deprecation.depr 阅读全文
posted @ 2020-07-31 17:10 ZH奶酪 阅读(214) 评论(0) 推荐(0) 编辑
摘要: @tf_export(v1=['layers.Conv1D']) class Conv1D(keras_layers.Conv1D, base.Layer): """1D convolution layer (e.g. temporal convolution). This layer create 阅读全文
posted @ 2020-07-31 11:56 ZH奶酪 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: @keras_export('keras.layers.TimeDistributed') class TimeDistributed(Wrapper): """This wrapper allows to apply a layer to every temporal slice of an in 阅读全文
posted @ 2020-07-31 11:22 ZH奶酪 阅读(1799) 评论(0) 推荐(0) 编辑