Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Wandb offline in default and add grad_clip_param in YAML #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions configuration/default_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ config:
experiment_sweep_tag: NoSweep # This is used by sweep to allow filter for the sweep
seed: 10
gpu_id: 4
offline: true

trainer:
_target_: trainer.internal_trainer.ModelInternalTrainer
Expand All @@ -74,6 +75,7 @@ config:
val_every: 5
save_every: 10000
early_stopping_patience: 10000
grad_clip_param: null
optim:
_target_: torch.optim.AdamW
_partial_: true
Expand Down