|
@@ -261,7 +261,7 @@ class Main(object):
|
|
|
|
|
|
print_step = int(config.get("runner.print_interval"))
|
|
|
|
|
|
- debug = config.get("runner.dataset_debug", True)
|
|
|
+ debug = config.get("runner.dataset_debug", False)
|
|
|
if config.get("runner.need_dump"):
|
|
|
debug = True
|
|
|
dump_fields_path = "{}/{}".format(
|
|
@@ -279,7 +279,7 @@ class Main(object):
|
|
|
fetch_info=fetch_info,
|
|
|
print_period=print_step,
|
|
|
debug=debug)
|
|
|
-
|
|
|
+
|
|
|
|
|
|
def heter_train_loop(self, epoch):
|
|
|
logger.info(
|