From 3b81cfe38a8955421947c906b7074e3aa046fc77 Mon Sep 17 00:00:00 2001 From: cam Date: Mon, 27 Feb 2017 14:46:15 -0700 Subject: Udpating --- neural_style.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/neural_style.py b/neural_style.py index be5a95e..86c1eac 100644 --- a/neural_style.py +++ b/neural_style.py @@ -228,7 +228,6 @@ def parse_args(): ''' pre-trained vgg19 convolutional neural network - remark: layers are manually initialized for clarity. ''' vgg19_mean = np.array([123.68, 116.779, 103.939]).reshape((1,1,1,3)) @@ -471,7 +470,6 @@ def sum_shortterm_temporal_losses(sess, net, frame, input_img): ''' denoising loss function - remark: not sure this does anything significant. ''' def sum_total_variation_losses(sess, net, input_img): -- cgit v1.2.3-70-g09d2