Skip to content

Commit

Permalink
Update generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunp2 authored Oct 18, 2023
1 parent aea1917 commit 3a42c39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mofa/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ def train_generator(
os.environ["CUDA_VISIBLE_DEVICES"] = "0"

args = get_args()
args.config = config
print(args.config, config)

if args.config:
config_dict = yaml.load(args.config, Loader=yaml.FullLoader)
Expand Down

0 comments on commit 3a42c39

Please sign in to comment.