ann.py 文件源码

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

项目:Tethys 作者: JosePedroMatos 项目源码 文件源码
def __str__(self):
        return 'ANN model\nNodes: %u' % (self.nodes) + \
            '\nOpenCL:\n ' + str(self.openCL.devList) + \
            '\nwHL:\n' + np.array_str(self.weights.wHL) + \
            '\nbHL:\n' + np.array_str(self.weights.bHL) + \
            '\nwOL:\n' + np.array_str(self.weights.wOL) + \
            '\nbOL:\n' + np.array_str(self.weights.bOL)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号