keras_dec.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:DEC-Keras 作者: fferroni 项目源码 文件源码
def build(self, input_shape):
        assert len(input_shape) == 2
        input_dim = input_shape[1]
        self.input_spec = [InputSpec(dtype=K.floatx(),
                                     shape=(None, input_dim))]

        self.W = K.variable(self.initial_weights)
        self.trainable_weights = [self.W]
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号