Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 19, 2023
1 parent f861353 commit 18a8c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
True,
'Whether or not to checkpoint the model at every eval.')
flags.DEFINE_integer('rng_seed',
None,
None,
'Value of rng seed. If None, a random seed will'
'be generated from hardware.')
FLAGS = flags.FLAGS
Expand Down Expand Up @@ -177,7 +177,7 @@ def train_once(
update_params: spec.UpdateParamsFn,
data_selection: spec.DataSelectionFn,
hyperparameters: Optional[spec.Hyperparameters],
rng_seed: int,
rng_seed: int,
rng: spec.RandomState,
profiler: Profiler,
max_global_steps: int = None,
Expand Down Expand Up @@ -534,7 +534,7 @@ def score_submission_on_workload(workload: spec.Workload,
data_dir, imagenet_v2_data_dir,
init_optimizer_state,
update_params, data_selection,
hyperparameters,
hyperparameters,
rng_seed,
rng,
profiler,
Expand Down

0 comments on commit 18a8c20

Please sign in to comment.