Fix Nano TensorFlow Doc Link (#4634)
This commit is contained in:
parent
aabeb3fe35
commit
4ab95fa3e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue