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/Getting-Started-Samples/IntelPython_daal4py_GettingStarted/README.md
+30-5Lines changed: 30 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ Code samples are licensed under the MIT license. See
24
24
25
25
Third party program Licenses can be found here: [third-party-programs.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/third-party-programs.txt)
26
26
27
+
## Running Samples on the Intel® DevCloud
28
+
If you are running this sample on the DevCloud, see [Running Samples on the Intel® DevCloud](#run-samples-on-devcloud)
29
+
27
30
## Building daal4py for CPU
28
31
29
32
oneAPI Data Analytics Library is ready for use once you finish the Intel® oneAPI AI Analytics Toolkit installation and have run the post installation script.
@@ -73,11 +76,11 @@ Launch Jupyter Notebook in the directory housing the code example
73
76
```
74
77
jupyter notebook
75
78
```
76
-
## Running the Sample
79
+
## Running the Sample<aname="running-the-sample"></a>
77
80
78
-
### Running the Sample as a Jupyter Notebook
81
+
### Running the Sample as a Jupyter Notebook<aname="run-as-jupyter-notebook"></a>
79
82
80
-
Open .pynb file and run cells in Jupyter Notebook using the "Run" button (see image)
83
+
Open .ipynb file and run cells in Jupyter Notebook using the "Run" button (see image)
81
84
82
85

83
86
@@ -121,7 +124,30 @@ Run the Program
121
124
122
125
`python IntelPython_daal4py_GettingStarted.py`
123
126
124
-
The output files of the script will be saved in the included models and result directories.
127
+
The output files of the script will be saved in the included models and result directories.
128
+
129
+
### Running Samples on the Intel® DevCloud (Optional)<aname="run-samples-on-devcloud"></a>
130
+
131
+
<!---Include the next paragraph ONLY if the sample runs in batch mode-->
132
+
### Run in Batch Mode
133
+
This sample runs in batch mode, so you must have a script for batch processing. Once you have a script set up, refer to [Running the Sample](#running-the-sample).
134
+
135
+
<!---Include the next paragraph ONLY if the sample DOES NOT RUN in batch mode-->
136
+
### Run in Interactive Mode
137
+
This sample runs in interactive mode. For more information, see [Run as Juypter Notebook](#run-as-jupyter-notebook).
138
+
139
+
### Request a Compute Node
140
+
In order to run on the DevCloud, you need to request a compute node using node properties such as: `gpu`, `xeon`, `fpga_compile`, `fpga_runtime` and others. For more information about the node properties, execute the `pbsnodes` command.
141
+
This node information must be provided when submitting a job to run your sample in batch mode using the qsub command. When you see the qsub command in the Run section of the [Hello World instructions](https://devcloud.intel.com/oneapi/get_started/aiAnalyticsToolkitSamples/), change the command to fit the node you are using. Nodes which are in bold indicate they are compatible with this sample:
0 commit comments