"vscode:/vscode.git/clone" did not exist on "42411c1bc84e6f01c063a2380475f6a903afd28f"
Fixes Neutral Style Transfer example (#10779)
* Fixes Neutral Style Transfer example Fixes tensorflow/models#9451 by creating image from example that can be downloaded. * Fixes Neutral Style Transfer Adam reference In TF2 this function moved from tf.optimizers.Adam(). Only TF2 is supported on Google colab https://www.tensorflow.org/api_docs/python/tf/compat/v1/train/AdamOptimizer * Update 4_Neural_Style_Transfer_with_Eager_Execution.ipynb Updates tf.keras.preprocessing.image() function reference to TF2 equivalent to restore functionality on Google colab. https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image * Fixes Neutral Style Transfer example Eager Execution is now enabled by default in TF2 https://www.tensorflow.org/api_docs/python/tf/executing_eagerly
Showing
Please register or sign in to comment