提交 cf82361a 编写于 作者: T tangwei

code fix

上级 9ff4f3fb
......@@ -78,7 +78,7 @@ class Model(object):
self._cost = None
self._metrics = {}
self._data_var = []
self._fetch_interval = 10
self._fetch_interval = 20
def get_cost_op(self):
"""R
......
......@@ -4,7 +4,8 @@ setup for fleet-rec.
from setuptools import setup
packages = ["fleetrec", "fleetrec.examples", "fleetrec.metrics", "fleetrec.models", "fleetrec.reader",
packages = ["fleetrec", "fleetrec.examples", "fleetrec.metrics", "fleetrec.models", "fleetrec.models.ctr_dnn",
"fleetrec.reader",
"fleetrec.trainer", "fleetrec.utils"]
requires = [
......@@ -19,7 +20,6 @@ about["__author__"] = "seiriosPlus"
about["__author_email__"] = "tangwei12@baidu.com"
about["__url__"] = "https://github.com/seiriosPlus/FleetRec"
readme = "..."
setup(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册