Skip to content

Commit 386270f

Browse files
rahulunairguizili0
authored andcommitted
Update README.md (#3)
1 parent b73af03 commit 386270f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/infer_inception_v4_amp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Introduction
44
Advanced Automatic Mixed Precision (Advanced AMP) uses lower-precision data types (such as float16 or bfloat16) to make model run with 16-bit and 32-bit mixed floating-point types during training and inference to make it run faster with less memory consumption in CPU and GPU.
55

6-
For detailed info, please refer to [Advanced Automatic Mixed Precision](../../../docs/guide/advanced_auto_mixed_precision.md)
6+
For detailed info, please refer to [Advanced Automatic Mixed Precision](../../docs/guide/advanced_auto_mixed_precision.md)
77

88
This example shows the acceleration of inference by Advanced AMP on Intel CPU or GPU.
99

@@ -173,4 +173,4 @@ Throughputs Normalized 1 X.867908472383153
173173
1. If you get the following error log, refer to [Enable Running Environment](#Enable-Running-Environment) to Enable oneAPI running environment.
174174
```
175175
tensorflow.python.framework.errors_impl.NotFoundError: libmkl_sycl.so.2: cannot open shared object file: No such file or directory
176-
```
176+
```

0 commit comments

Comments
 (0)