We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: