From 465c6aa66280db6873e181b2940435d85cc23d48 Mon Sep 17 00:00:00 2001 From: Rajeshwar Reddy T <43972606+rthadur@users.noreply.github.com> Date: Thu, 16 Jul 2020 12:55:57 -0700 Subject: [PATCH 1/2] Update README.md --- tfjs-converter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-converter/README.md b/tfjs-converter/README.md index ea14f4534ed..a87ff58a2c4 100644 --- a/tfjs-converter/README.md +++ b/tfjs-converter/README.md @@ -7,7 +7,7 @@ or [TensorFlow Hub module](https://www.tensorflow.org/hub/) into the browser and run inference through [TensorFlow.js](https://js.tensorflow.org). -__Note__: _Session bundle and Frozen model formats have been deprecated in TensorFlow.js 1.0. Please use the TensorFlow.js 0.15.x backend to convert these formats, available in +__Note__: _Session bundle format have been deprecated in TensorFlow.js 1.0. Please use the TensorFlow.js 0.15.x backend to convert these formats, available in `tfjs-converter` [0.8.6](https://pypi.org/project/tensorflowjs/0.8.6/)._ A 2-step process to import your model: From f8b137a2541bb4cc87865c330f6fd330433c44ab Mon Sep 17 00:00:00 2001 From: Rajeshwar Reddy T <43972606+rthadur@users.noreply.github.com> Date: Thu, 16 Jul 2020 21:57:29 -0700 Subject: [PATCH 2/2] Update README.md --- tfjs-converter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs-converter/README.md b/tfjs-converter/README.md index a87ff58a2c4..5adfe656f5c 100644 --- a/tfjs-converter/README.md +++ b/tfjs-converter/README.md @@ -7,7 +7,7 @@ or [TensorFlow Hub module](https://www.tensorflow.org/hub/) into the browser and run inference through [TensorFlow.js](https://js.tensorflow.org). -__Note__: _Session bundle format have been deprecated in TensorFlow.js 1.0. Please use the TensorFlow.js 0.15.x backend to convert these formats, available in +__Note__: _Session bundle format have been deprecated in TensorFlow.js 1.0. Please use the TensorFlow.js 0.15.x backend to convert session bundle, available in `tfjs-converter` [0.8.6](https://pypi.org/project/tensorflowjs/0.8.6/)._ A 2-step process to import your model: