neural-style-tf icon indicating copy to clipboard operation
neural-style-tf copied to clipboard

Passing args parse parameters from main function call

Open rahat-yasir opened this issue 6 years ago • 0 comments

As there are a lot of parameter in this code, Is there any suitable way to pass parameter values from main function? I can run the code by the following command, python neural_style.py --content_img golden_gate.jpg
--style_imgs starry-night.jpg
--max_size 1000
--max_iterations 100
--original_colors
--device /cpu:0
--verbose;

but, I want to call the main function only and pass all the parameter values from main function.

rahat-yasir avatar Apr 10 '18 19:04 rahat-yasir