Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Colab notebook TypeError #27

Open
aaryavanshi7 opened this issue Dec 9, 2024 · 0 comments
Open

Colab notebook TypeError #27

aaryavanshi7 opened this issue Dec 9, 2024 · 0 comments

Comments

@aaryavanshi7
Copy link

Running the 4th cell yields this error!
I've tried using yaml.safe_load but then the final images dont appear aged!

TypeError Traceback (most recent call last)
in <cell line: 16>()
14 os.makedirs(opts.out_path)
15
---> 16 config = yaml.load(open('./configs/' + opts.config + '.yaml', 'r'))
17 img_size = (config['input_w'], config['input_h'])
18

TypeError: load() missing 1 required positional argument: 'Loader'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant