summaryrefslogtreecommitdiff
path: root/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/2019-12-10-TensorFlow-Model-Prediction.html')
-rw-r--r--docs/posts/2019-12-10-TensorFlow-Model-Prediction.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html b/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html
index 317af85..e0e9e10 100644
--- a/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html
+++ b/docs/posts/2019-12-10-TensorFlow-Model-Prediction.html
@@ -6,13 +6,13 @@
<link rel="stylesheet" href="/assets/main.css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Making Predictions using Image Classifier (TensorFlow)</title>
+ <title>id="making-predictions-using-image-classifier-tensorflow">Making Predictions using Image Classifier (TensorFlow)</title>
<meta name="og:site_name" content="Navan Chauhan" />
<link rel="canonical" href="https://web.navan.dev/posts/2019-12-10-TensorFlow-Model-Prediction.html" />
<meta name="twitter:url" content="https://web.navan.dev/posts/2019-12-10-TensorFlow-Model-Prediction.html />
<meta name="og:url" content="https://web.navan.dev/posts/2019-12-10-TensorFlow-Model-Prediction.html" />
- <meta name="twitter:title" content="Making Predictions using Image Classifier (TensorFlow)" />
- <meta name="og:title" content="Making Predictions using Image Classifier (TensorFlow)" />
+ <meta name="twitter:title" content="id="making-predictions-using-image-classifier-tensorflow">Making Predictions using Image Classifier (TensorFlow)" />
+ <meta name="og:title" content="id="making-predictions-using-image-classifier-tensorflow">Making Predictions using Image Classifier (TensorFlow)" />
<meta name="description" content="Making predictions for image classification models built using TensorFlow" />
<meta name="twitter:description" content="Making predictions for image classification models built using TensorFlow" />
<meta name="og:description" content="Making predictions for image classification models built using TensorFlow" />
@@ -44,7 +44,7 @@
<main>
- <h1>Making Predictions using Image Classifier (TensorFlow)</h1>
+ <h1 id="making-predictions-using-image-classifier-tensorflow">Making Predictions using Image Classifier (TensorFlow)</h1>
<p><em>This was tested on TF 2.x and works as of 2019-12-10</em></p>