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
The previous devcloud instructions did not work with this sample. I made a DevCloud specific section and added instructions for using Jupyter Lab terminal and a local terminal.
@@ -33,44 +33,23 @@ Intel-optimized Tensorflow is available as part of the Intel® AI Analytics Tool
33
33
34
34
Runtime settings for`MKLDNN_VERBOSE`, `KMP_AFFINITY`, and`Inter/Intra-op` Threads are set within the script. You can read more about these settings in this dedicated document: [Maximize TensorFlow Performance on CPU: Considerations and Recommendations for Inference Workloads](https://software.intel.com/en-us/articles/maximize-tensorflow-performance-on-cpu-considerations-and-recommendations-for-inference)
35
35
36
-
## License
36
+
## License
37
37
Code samples are licensed under the MITlicense. See
38
38
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
39
39
40
40
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)
41
41
42
-
## Build and Run the Sample
43
-
44
-
<!---Include the next paragraph ONLYif the sample runs in batch mode-->
45
-
### Run in Batch Mode
46
-
This sample runs in batch mode, so you must have a script for batch processing. Once you have a script set up, refer to the [Tensorflow Hello World](https://github.com/oneapi-src/oneAPI-samples/blob/master/AI-and-Analytics/Getting-Started-Samples/IntelTensorFlow_GettingStarted/README.md) instructions to run the sample.
47
-
48
-
<!---Include the next paragraph ONLYif the sample DOESNOTRUNin batch mode-->
49
-
### Run in Interactive Mode
50
-
This sample runs in interactive mode. Follow the directions in the README.md for the sample you want to run. If the sample can be run in interactive mode, the sample will have directions on how to run the sample in a Jupyter Notebook. An example can be found in the [Intel® Modin Getting Started](https://github.com/oneapi-src/oneAPI-samples/tree/master/AI-and-Analytics/Getting-Started-Samples/IntelModin_GettingStarted) sample.
51
-
52
-
### Request a Compute Node
53
-
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.
54
-
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:
These instructions demonstrate how to build and run a sample on a machine where you have installed the Intel AI Analytics Toolkit. If you would like to try a sample without installing a toolkit, see [Running Samples in DevCloud](#running-samples-in-devcloud).
65
45
66
46
### Pre-requirement
67
47
68
48
TensorFlow is ready for use once you finish the Intel AI Analytics Toolkit installation and have run the post installation script.
69
49
70
50
You can refer to the oneAPI [main page](https://software.intel.com/en-us/oneapi) for toolkit installation and the Toolkit [Getting Started Guide for Linux](https://software.intel.com/en-us/get-started-with-intel-oneapi-linux-get-started-with-the-intel-ai-analytics-toolkit) for post-installation steps and scripts.
71
51
72
-
### On a Linux* System
73
-
#### Activate conda environment With Root Access
52
+
### Activate conda environment With Root Access
74
53
75
54
Please follow the Getting Started Guide steps (above) to set up your oneAPI environment with the setvars.sh script. Then, navigate the Linux shell to your oneapi installation path, typically `~/intel/oneapi`. Activate the conda environment with the following command:
76
55
@@ -81,7 +60,7 @@ source activate tensorflow
81
60
82
61
please replace ~/intel/oneapi for your oneapi installation path.
83
62
84
-
#### Activate conda environment Without Root Access (Optional)
63
+
### Activate conda environment Without Root Access (Optional)
85
64
86
65
By default, the Intel AI Analytics toolkit is installed in the inteloneapi folder, which requires root privileges to manage it. If you would like to bypass using root access to manage your conda environment, then you can clone your desired conda environment using the following command:
0 commit comments