Unverified Commit 2533ca67 authored by Sihyeon Kim's avatar Sihyeon Kim Committed by GitHub
Browse files

Update 4_Neural_Style_Transfer_with_Eager_Execution.ipynb (#7181)

tiny typing error: prerprocessiing -> preprocessing
parent e614c385
...@@ -361,7 +361,7 @@ ...@@ -361,7 +361,7 @@
" if len(x.shape) != 3:\n", " if len(x.shape) != 3:\n",
" raise ValueError(\"Invalid input to deprocessing image\")\n", " raise ValueError(\"Invalid input to deprocessing image\")\n",
" \n", " \n",
" # perform the inverse of the preprocessiing step\n", " # perform the inverse of the preprocessing step\n",
" x[:, :, 0] += 103.939\n", " x[:, :, 0] += 103.939\n",
" x[:, :, 1] += 116.779\n", " x[:, :, 1] += 116.779\n",
" x[:, :, 2] += 123.68\n", " x[:, :, 2] += 123.68\n",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment