Skip to content

Commit

Permalink
debugging run_with_wandb
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Jan 25, 2022
1 parent ab5c069 commit 476efc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tmrl/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,6 @@ def run_with_wandb(entity, project, run_id, interface, run_cls, checkpoint_path:
import wandb
logging.debug(f" run_cls: {run_cls}")
config = partial_to_dict(run_cls)
config['seed'] = config['seed'] or randrange(1, 1000000) # if seed == 0 replace with random
config['environ'] = log_environment_variables()
# config['git'] = git_info() # TODO: check this for bugs
resume = checkpoint_path and exists(checkpoint_path)
Expand Down

0 comments on commit 476efc3

Please sign in to comment.