Skip to content

Commit

Permalink
Update demo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcasty committed Aug 24, 2022
1 parent ca49071 commit 5f3dee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
def load_checkpoints(config_path, checkpoint_path, cpu=False):

with open(config_path) as f:
config = yaml.load(f)
config = yaml.full_load(f)

generator = OcclusionAwareGenerator(**config['model_params']['generator_params'],
**config['model_params']['common_params'])
Expand Down

0 comments on commit 5f3dee0

Please sign in to comment.