You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_PerformanceAnalysis/README.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,17 @@ This sample helps demonstrate AI workloads and deep learning models optimized by
18
18
## Key implementation details
19
19
### Jupyter Notebooks
20
20
21
-
These Jupyter notebooks help users analyze the performance benefit from using Intel Optimizations for Tensorflow with the oneDNN library.
21
+
Jupyter notebooks help users analyze the performance benefit from using Intel Optimizations for Tensorflow with the oneDNN library.
22
+
23
+
>The notebooks are released with oneAPI AI Analytics Toolkit, and they are under the /opt/intel/oneapi/modelzoo/latest/models/docs/notebooks/perf_analysis folder.
24
+
Users could also find the notebooks in Model Zoo Github by following the links in the below table.
22
25
23
26
| Analysis Type | Notebook | Notes|
24
27
| ------ | ------ | ------ |
25
-
|stock vs. Intel Tensorflow | 1. [benchmark_perf_comparison](benchmark_perf_comparison.ipynb)| Compare performance between Stock and Intel Tensorflow among different models |
26
-
|^| 2. [benchmark_perf_timeline_analysis](benchmark_perf_timeline_analysis.ipynb)| Analyze the performance benefit from oneDNN among different layers by using Tensorflow Timeline |
27
-
|fp32 vs. bf16 vs. int8 | 1. [benchmark_data_types_perf_comparison](benchmark_data_types_perf_comparison.ipynb)| Compare Model Zoo benchmark performance among different data types on Intel Optimizations for Tensorflow |
28
-
|^| 2.[benchmark_data_types_perf_timeline_analysis](benchmark_data_types_perf_timeline_analysis.ipynb)| Analyze the bf16/int8 data type performance benefit from oneDNN among different layers by using Tensorflow Timeline |
28
+
|stock vs. Intel Tensorflow | 1. [benchmark_perf_comparison](https://github.com/IntelAI/models/blob/master/docs/notebooks/perf_analysis/benchmark_perf_comparison.ipynb)| Compare performance between Stock and Intel Tensorflow among different models |
29
+
|^| 2. [benchmark_perf_timeline_analysis](https://github.com/IntelAI/models/blob/master/docs/notebooks/perf_analysis/benchmark_perf_comparison.ipynb)| Analyze the performance benefit from oneDNN among different layers by using Tensorflow Timeline |
30
+
|fp32 vs. bf16 vs. int8 | 1. [benchmark_data_types_perf_comparison](https://github.com/IntelAI/models/blob/master/docs/notebooks/perf_analysis/benchmark_data_types_perf_comparison.ipynb)| Compare Model Zoo benchmark performance among different data types on Intel Optimizations for Tensorflow |
31
+
|^| 2.[benchmark_data_types_perf_timeline_analysis](https://github.com/IntelAI/models/blob/master/docs/notebooks/perf_analysis/benchmark_data_types_perf_timeline_analysis.ipynb)| Analyze the bf16/int8 data type performance benefit from oneDNN among different layers by using Tensorflow Timeline |
29
32
30
33
31
34
## License
@@ -55,7 +58,7 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
0 commit comments