Skip to content

Commit

Permalink
prep for #535
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Jun 20, 2024
1 parent 95f0042 commit bfca899
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark/sigmod/arxiv_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def gen_arxiv_config(
),
tokenizer="DistilBertTokenizerTransform",
),
trigger=TimeTriggerConfig(every="1d"),
trigger=TimeTriggerConfig(every="1d", start_timestamp=0),
evaluation=EvaluationConfig(
handlers=[
EvalHandlerConfig(
Expand Down
2 changes: 1 addition & 1 deletion benchmark/sigmod/cglm_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def gen_cglm_config(
training=gen_cglm_training_conf("SGD", 0.42, gpu_device, lr_scheduler, num_epochs, seed),
selection_strategy=selection_strategy,
data=DataConfig(dataset_id=dataset, transformations=transformations, bytes_parser_function=bytes_parser_func),
trigger=TimeTriggerConfig(every="1y"),
trigger=TimeTriggerConfig(every="1y", start_timestamp=0),
evaluation=EvaluationConfig(
handlers=[
EvalHandlerConfig(
Expand Down
2 changes: 1 addition & 1 deletion benchmark/sigmod/yearbook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def gen_yearbook_config(
data=DataConfig(
dataset_id="yearbook", transformations=transformations, bytes_parser_function=bytes_parser_func
),
trigger=TimeTriggerConfig(every="1d"),
trigger=TimeTriggerConfig(every="1d", start_timestamp=0),
evaluation=EvaluationConfig(
handlers=[
EvalHandlerConfig(
Expand Down

0 comments on commit bfca899

Please sign in to comment.