Skip to content

Commit a65cd20

Browse files
riverliuintelZhaoqiongZ
authored andcommitted
[Doc] Fix web link and docs minnor changes (#1750)
Co-authored-by: Zheng, Zhaoqiong <[email protected]>
1 parent a113562 commit a65cd20

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: examples/examples.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ A wide variety of examples are provided to demonstrate the usage of Intel® Exte
1111
|[Accelerate AlexNet by Quantization with Intel® Extension for Tensorflow*](./accelerate_alexnet_by_quantization/README.html)| An end-to-end example to show a pipeline to build up a CNN model to <br>recognize handwriting number and speed up AI model with quantization <br>by Intel® Neural Compressor and Intel® Extension for Tensorflow* on Intel GPU.|GPU|
1212
|[Accelerate Deep Learning Inference for Model Zoo Workloads on Intel CPU and GPU](./model_zoo_example/README.html)|Examples on running Model Zoo workloads on Intel CPU and GPU with the optimizations from Intel® Extension for TensorFlow*, without any code changes.|CPU & GPU|
1313
|[Quantize Inception V3 by Intel® Extension for Tensorflow* on Intel® Xeon®](./quantize_inception_v3/README.html)|An end-to-end example to show how Intel® Extension for Tensorflow* provides quantization feature by cooperating with Intel® Neural Compressor and oneDNN Graph. It will provide better quantization: better performance and accuracy loss is in controlled.|CPU|
14-
|[ResNet50 and Mnist training with Horovod](./train_horovod/README.html)|ResNet50 and Mnist distributed training examples on Intel GPU. |GPU|
14+
|[Mnist training with Intel® Optimization for Horovod*](./train_horovod/mnist/README.html)|Mnist distributed training example on Intel GPU. |GPU|
15+
|[ResNet50 training with Intel® Optimization for Horovod*](./train_horovod/resnet50/README.html)|ResNet50 distributed training example on Intel GPU. |GPU|

Diff for: examples/train_horovod/mnist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Dependency
44
- [Tensorflow](https://pypi.org/project/tensorflow/)
55
- [Intel® Extension for TensorFlow*](https://pypi.org/project/intel-extension-for-tensorflow/)
6-
- [Intel® Optimization for Horovod*](https://pypi.org/project/intel-extension-for-horovod)
6+
- [Intel® Optimization for Horovod*](https://pypi.org/project/intel-optimization-for-horovod/)
77
- others show as below
88
```
99
pip install gin gin-config tensorflow-addons tensorflow-model-optimization tensorflow-datasets

Diff for: examples/train_horovod/resnet50/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Distributed training example with Intel® Optimization for Horovod*
22

33
## Model Information
4-
| **Use Case** |**Framework** | **Model Repo** | **Branch/Commit/Tag** | **Optional Patch**
4+
5+
| Use Case |Framework | Model Repo | Branch Commit Tag | Optional Patch
56
| :---: | :---: | :---: | :---: | :---: |
67
| Training | Tensorflow | [Tensorflow-Models](https://github.com/tensorflow/models) | v2.8.0 | itex.yaml <br> itex_dummy.yaml <br> hvd_support_light.patch <br> or hvd_support.patch |
78

Diff for: get_started.md

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ Sanity check by:
6969
python -c "import intel_extension_for_tensorflow as itex; print(itex.__version__)"
7070
```
7171

72+
## Resources
73+
- [TensorFlow GPU device plugins](https://www.tensorflow.org/install/gpu_plugins)
74+
- [Accelerating TensorFlow on Intel® Data Center GPU Flex Series](https://blog.tensorflow.org/2022/10/accelerating-tensorflow-on-intel-data-center-gpu-flex-series.html)
75+
- [Meet the Innovation of Intel AI Software: Intel® Extension for TensorFlow*](https://cqpreview.intel.com/content/www/us/en/developer/articles/technical/innovation-of-ai-software-extension-tensorflow.html)
7276

7377
## Support
7478
Please submit your questions, feature requests, and bug reports on the [GitHub issues](https://github.com/intel/intel-extension-for-tensorflow/issues) page.

0 commit comments

Comments
 (0)