Skip to content

Commit

Permalink
whoopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
korakoe committed Jun 7, 2023
1 parent 89c35d1 commit 729cbad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion train_muse_maskgit.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def main():
print("Using config file and ignoring CLI args")

if args.generate_config:
conf = OmegaConf.structured(Arguments)
conf = OmegaConf.structured(args)

# dumps to file:
with open(args.config_path, "w") as f:
Expand Down
2 changes: 1 addition & 1 deletion train_muse_vae.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def main():
print("Using config file and ignoring CLI args")

if args.generate_config:
conf = OmegaConf.structured(Arguments)
conf = OmegaConf.structured(args)

# dumps to file:
with open(args.config_path, "w") as f:
Expand Down

0 comments on commit 729cbad

Please sign in to comment.