Skip to content

Commit

Permalink
clean_up
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Mar 12, 2024
1 parent 85ae1af commit a8108d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions algorithmic_efficiency/workloads/criteo1tb/workload.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from typing import Dict, Iterator, Optional, Tuple

from absl import flags
from absl import logging
import torch.distributed as dist

from algorithmic_efficiency import spec
Expand Down Expand Up @@ -142,7 +141,6 @@ def _eval_model_on_split(self,
num_batches = int(math.ceil(num_examples / global_batch_size))
if split not in self._eval_iters:
# These iterators will repeat indefinitely.
logging.info(f"BUILDING split with {data_dir} ")
self._eval_iters[split] = self._build_input_queue(
data_rng=rng,
split=split,
Expand Down
1 change: 0 additions & 1 deletion submission_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ def score_submission_on_workload(workload: spec.Workload,


def main(_):
logging.info(f'Data directory is set to {FLAGS.data_dir}')
if FLAGS.profile:
profiler = Profiler()
else:
Expand Down

0 comments on commit a8108d6

Please sign in to comment.