ljm2020
ljm2020
my experience is you need adjust the style weight and/or content weight to achieve close result on different resolutions. e.g. the higher the size, the lower the style weight should...
looking forward your experiment result:)
> Hey ljm, > > I encountered an error when using the notebook. Would you mind taking a look? > > This occurred when running `Output_Img=Image_Convert(main_dir)`. > > ``` >...
the true error is not the "file not found", but "with tf.device(args.device), tf.Session() as sess: AttributeError: module 'tensorflow' has no attribute 'Session'", so the conversion was never took place so...
> the true error is not the "file not found", but "with tf.device(args.device), tf.Session() as sess: > AttributeError: module 'tensorflow' has no attribute 'Session'", so the conversion was never took...
Hi, I had problem using .sh script in google colab, so I directly called neural_style.py in my code in colab, maybe you can check and might help you implementing it...
if you run it in colab, you need install nothing, just copy this notebook into your own google drive and run the codes step by step follow the instructions:) but...
no problem, let me know when you succeed:) PS: I didn't do that because I don't have a GPU equipped computer at hand, that's also why I pick colab:)
if you got that far, it means it's working, it's just some warning of system memory, normally it does not kill your process, be patient:) as long as it does...
what I can think is you can define your code above as a function with content image, style image, mask...(even all the arguments) as variants and out put image as...