Skip to content

Commit

Permalink
Fix merge error.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586137953
  • Loading branch information
jzxu authored and copybara-github committed Nov 29, 2023
1 parent 1d25fd8 commit eb86ff3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/skai/model/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ def main(_) -> None:
timestamp = start_time.strftime('%Y-%m-%d-%H%M%S')
output_dir = f'{output_dir}_{timestamp}'

job_id = os.path.basename(FLAGS.trial_name)
output_dir = os.path.join(config.output_dir, job_id)
tf.io.gfile.makedirs(output_dir)
example_id_to_bias_table = None

Expand Down

0 comments on commit eb86ff3

Please sign in to comment.