File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ def run_transformer(flags_obj):
433
433
tensors_to_log = TENSORS_TO_LOG , # used for logging hooks
434
434
batch_size = params .batch_size # for ExamplesPerSecondHook
435
435
)
436
- benchmark_logger = logger .config_benchmark_logger (flags_obj . benchmark_log_dir )
436
+ benchmark_logger = logger .config_benchmark_logger (flags_obj )
437
437
benchmark_logger .log_run_info (
438
438
model_name = "transformer" ,
439
439
dataset_name = "wmt_translate_ende" ,
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ def eval_input_fn():
245
245
'model_type' : flags_obj .model_type ,
246
246
}
247
247
248
- benchmark_logger = logger .config_benchmark_logger (flags_obj . benchmark_log_dir )
248
+ benchmark_logger = logger .config_benchmark_logger (flags_obj )
249
249
benchmark_logger .log_run_info ('wide_deep' , 'Census Income' , run_params )
250
250
251
251
loss_prefix = LOSS_PREFIX .get (flags_obj .model_type , '' )
You can’t perform that action at this time.
0 commit comments