diff options
| author | cam <cameron@ideum.com> | 2017-02-27 14:46:15 -0700 |
|---|---|---|
| committer | cam <cameron@ideum.com> | 2017-02-27 14:46:15 -0700 |
| commit | 3b81cfe38a8955421947c906b7074e3aa046fc77 (patch) | |
| tree | 57b04259845659d7ded167c258fbd81fed95f391 | |
| parent | bc216125c60b902b767bc3ccd97fb49bb3b55580 (diff) | |
Udpating
| -rw-r--r-- | neural_style.py | 2 |
1 files changed, 0 insertions, 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): |
