Skip to content

Commit

Permalink
Load optimizer state in config
Browse files Browse the repository at this point in the history
  • Loading branch information
thatguy11325 committed Apr 8, 2024
1 parent 19423f0 commit a5e9648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ debug:
verbose: True
env_pool: False
log_frequency: 5000
load_optimizer_state: False

env:
headless: True
Expand All @@ -43,7 +44,6 @@ env:
reduce_res: True
two_bit: True
log_frequency: 2000
load_optimizer_state: False

train:
seed: 1
Expand Down Expand Up @@ -84,6 +84,7 @@ train:
overlay_interval: 200
cpu_offload: True
pool_kernel: [0]
load_optimizer_state: False

wrappers:
baseline:
Expand Down

0 comments on commit a5e9648

Please sign in to comment.