Skip to content

Commit c534022

Browse files
authored
Pytorch sample readme (oneapi-src#820)
Changed Getting-Started Samples to Getting-Started-Samples.
1 parent c80c8c2 commit c534022

File tree

1 file changed

+6
-6
lines changed
  • AI-and-Analytics/Getting-Started-Samples/IntelPyTorch_GettingStarted

1 file changed

+6
-6
lines changed

AI-and-Analytics/Getting-Started-Samples/IntelPyTorch_GettingStarted/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# `PyTorch HelloWorld` Sample
2-
PyTorch* is a very popular framework for deep learning. Intel and Facebook* collaborate to boost PyTorch* CPU Performance for years. The official PyTorch has been optimized using oneAPI Deep Neural Network Library (oneDNN) primitives by default. This sample demonstrates how to train a PyTorch model and shows how Intel-optimized PyTorch* enables Intel® Deep Neural Network Library (Intel® DNNL) calls by default.
2+
PyTorch* is a very popular framework for deep learning. Intel and Facebook* collaborate to boost PyTorch* CPU Performance for years. The official PyTorch has been optimized using oneAPI Deep Neural Network Library (oneDNN) primitives by default. This sample demonstrates how to train a PyTorch model and shows how Intel-optimized PyTorch* enables Intel® Deep Neural Network Library (Intel® DNNL) calls by default.
33

44
| Optimized for | Description
55
|:--- |:---
@@ -15,7 +15,7 @@ This sample code shows how to get started with Intel Optimization for PyTorch. I
1515
Intel-optimized PyTorch* is available as part of Intel® AI Analytics Toolkit. For more information on the optimizations as well as performance data, see this blog post http://software.intel.com/en-us/articles/intel-and-facebook-collaborate-to-boost-pytorch-cpu-performance.
1616

1717
## Key implementation details
18-
This Hello World sample code is implemented for CPU using the Python language.
18+
This Hello World sample code is implemented for CPU using the Python language.
1919

2020
*Please* **export the environment variable `DNNL_VERBOSE=1`** *to display the deep learning primitives trace during execution.*
2121

@@ -59,10 +59,10 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
5959
```
6060
conda activate user_pytorch
6161
```
62-
62+
6363
4. Navigate to the directory with the TensorFlow sample:
6464
```
65-
cd ~/oneAPI-samples/AI-and-Analytics/Getting-Started Samples/IntelPyTorch_GettingStarted
65+
cd ~/oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPyTorch_GettingStarted
6666
```
6767
6868
5. Run the Python script
@@ -81,7 +81,7 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
8181
Please find more information about the mkldnn log [here](https://oneapi-src.github.io/oneDNN/dev_guide_verbose.html).
8282
8383
## Example of Output
84-
With successful execution, it will print out `[CODE_SAMPLE_COMPLETED_SUCCESSFULLY]` in the terminal.
84+
With successful execution, it will print out `[CODE_SAMPLE_COMPLETED_SUCCESSFULLY]` in the terminal.
8585
8686
8787
## Running The Sample In DevCloud (Optional)
@@ -92,7 +92,7 @@ Please refer to [using samples in DevCloud](https://github.com/intel-ai-tce/oneA
9292
9393
1. Navigate to the directory with the TensorFlow sample:
9494
```
95-
cd ~/oneAPI-samples/AI-and-Analytics/Getting-Started Samples/IntelPyTorch_GettingStarted
95+
cd ~/oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/IntelPyTorch_GettingStarted
9696
```
9797
2. submit this "IntelPyTorch_GettingStarted" workload on the selected node with the run script.
9898
```

0 commit comments

Comments
 (0)