nbof.py 文件源码

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

项目:cbof 作者: passalis 项目源码 文件源码
def sym_histograms(self, X):
        """
        Encodes a set of objects (X is a tensor3)
        :param X: tensor3 containing the feature vectors for each object
        :return:
        """
        histograms, updates = theano.map(self.sym_histogram, X)
        return histograms
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号