model.py 文件源码

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

项目:ssd_tensorflow 作者: railsnoob 项目源码 文件源码
def flatten(self, x_tensor):
        batch_size = x_tensor.shape[0]
        mult = 1
        for a in range(1,len(x_tensor.shape)):
            mult = mult * int(x_tensor.shape[a])
        return tf.reshape(x_tensor,[-1,mult])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号