Owos commited on
Commit
93d28e7
·
1 Parent(s): 0248d09

removed debugging codes

Browse files
Files changed (1) hide show
  1. neural_style.py +2 -3
neural_style.py CHANGED
@@ -265,10 +265,9 @@ def transfer(params):
265
  if params.original_colors == 1:
266
  disp = original_colors(deprocess(content_image.clone()), disp)
267
 
268
- print('Saving')
269
  disp.save(str(filename))
270
- print('the final image is:', disp)
271
- final_image = disp
272
  return disp
273
 
274
  # Function to evaluate loss and gradient. We run the net forward and
 
265
  if params.original_colors == 1:
266
  disp = original_colors(deprocess(content_image.clone()), disp)
267
 
268
+
269
  disp.save(str(filename))
270
+
 
271
  return disp
272
 
273
  # Function to evaluate loss and gradient. We run the net forward and