Skip to content

Commit e6100be

Browse files
committed
TF Model Optimisation - Updates
1 parent 33021a2 commit e6100be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

00_Miscellaneous/model_optimisation/Tutorial - TensorFlow Model Optimisation for Serving - MNIST with Keras.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -969,10 +969,10 @@
969969
"transforms = [\n",
970970
" 'remove_nodes(op=Identity)', \n",
971971
" 'fold_constants(ignore_errors=true)',\n",
972-
" 'fuse_resize_pad_and_conv',\n",
973972
" 'fold_batch_norms',\n",
974-
"# 'quantize_weights',\n",
975-
"# 'quantize_nodes',\n",
973+
"# 'fuse_resize_pad_and_conv',\n",
974+
"# 'quantize_weights',\n",
975+
"# 'quantize_nodes',\n",
976976
" 'merge_duplicate_nodes',\n",
977977
" 'strip_unused_nodes', \n",
978978
" 'sort_by_execution_order'\n",

00_Miscellaneous/model_optimisation/Tutorial - TensorFlow Model Optimisation for Serving - MNIST.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,9 +1020,9 @@
10201020
" 'remove_nodes(op=Identity)', \n",
10211021
" 'fold_constants(ignore_errors=true)',\n",
10221022
" 'fold_batch_norms',\n",
1023-
" 'fuse_resize_pad_and_conv',\n",
1024-
"# 'quantize_weights',\n",
1025-
"# 'quantize_nodes',\n",
1023+
"# 'fuse_resize_pad_and_conv',\n",
1024+
"# 'quantize_weights',\n",
1025+
"# 'quantize_nodes',\n",
10261026
" 'merge_duplicate_nodes',\n",
10271027
" 'strip_unused_nodes', \n",
10281028
" 'sort_by_execution_order'\n",

0 commit comments

Comments
 (0)