neural-style-tf
neural-style-tf copied to clipboard
Passing args parse parameters from main function call
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.