提交 d0c84be2 编辑于 作者: Haowen Xu's avatar Haowen Xu
浏览文件

minor update

上级 9742c0ea
加载中
加载中
加载中
加载中
+2 −2
原始行号 差异行号 差异行
@@ -28,9 +28,9 @@ class DonutPredictor(VarScopeObject):
        last_point_only (bool): Whether to obtain the reconstruction
            probability of only the last point in each window?
            (default :obj:`True`)
        name (str): Optional name of this module
        name (str): Optional name of this predictor
            (argument of :class:`tfsnippet.utils.VarScopeObject`).
        scope (str): Optional scope of this module
        scope (str): Optional scope of this predictor
            (argument of :class:`tfsnippet.utils.VarScopeObject`).
    """