Skip to content

Commit

Permalink
reproducibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
levtelyatnikov committed May 8, 2024
1 parent 236e8d5 commit c136653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# order of defaults determines the order in which configs override each other
defaults:
- _self_
- dataset: us_country_demos
- dataset: ZINC
- model: graph/gcn #hypergraph/unignn2 #
- evaluator: default
- callbacks: default
Expand Down
2 changes: 1 addition & 1 deletion configs/trainer/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _target_: lightning.pytorch.trainer.Trainer
default_root_dir: ${paths.output_dir}

min_epochs: 1 # prevents early stopping
max_epochs: 350
max_epochs: 5
#accumulate_grad_batches: 1 #${dataset.parameters.batch_size}

accelerator: gpu
Expand Down

0 comments on commit c136653

Please sign in to comment.