From d2ace40a4df3d5e64db8d2189a9a9bc2f69207bf Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 9 Oct 2016 22:41:18 -0600 Subject: Add files via upload --- neural_style.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'neural_style.py') diff --git a/neural_style.py b/neural_style.py index 1715ef2..fffa51f 100644 --- a/neural_style.py +++ b/neural_style.py @@ -1,4 +1,3 @@ -import tensorflow.python import tensorflow as tf import numpy as np import scipy.io @@ -647,7 +646,7 @@ def write_image_output(output_img, content_img, style_imgs, init_img): path = os.path.join(out_dir, str(index)+'_style.png') write_image(path, style_img) index += 1 - + # save the configuration settings out_file = os.path.join(out_dir, 'meta_data.txt') f = open(out_file, 'w') -- cgit v1.2.3-70-g09d2