Fix Nano TensorFlow Doc Link (#4634)

This commit is contained in:
Yang Wang 2022-05-19 09:30:30 +08:00 committed by GitHub
parent aabeb3fe35
commit 4ab95fa3e4

View file

@ -91,4 +91,4 @@ model.compile(optimizer='adam',
model.fit(x_train, y_train, epochs=5, num_processes=4) model.fit(x_train, y_train, epochs=5, num_processes=4)
``` ```
For more details on the BigDL-Nano's PyTorch usage, please refer to the [TensorFlow Training](../QuickStart//tensorflow.md) and [TensorFlow Inference](../QuickStart/tensorflow_inference.md) page. For more details on the BigDL-Nano's PyTorch usage, please refer to the [TensorFlow Training](../QuickStart/tensorflow_train.md) and [TensorFlow Inference](../QuickStart/tensorflow_inference.md) page.