File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"guid" : " 111213A0-C930-45B4-820F-02472BABBF34" ,
3
- "name" : " Intel® Optimization for TensorFlow* Getting Started " ,
3
+ "name" : " Getting Started example for JAX CPU " ,
4
4
"categories" : [" Toolkit/oneAPI AI And Analytics/Getting Started" ],
5
- "description" : " This sample illustrates how to train a TensorFlow model and run inference with oneMKL and oneDNN. " ,
5
+ "description" : " This sample illustrates how to train a JAX model and run inference" ,
6
6
"builder" : [" cli" ],
7
7
"languages" : [{
8
8
"python" : {}
11
11
"targetDevice" : [" CPU" ],
12
12
"ciTests" : {
13
13
"linux" : [{
14
- "id" : " tensorflow hello world " ,
14
+ "id" : " JAX CPU example " ,
15
15
"steps" : [
16
- " source /intel/oneapi/intelpython/bin/activate" ,
17
- " conda activate tensorflow" ,
18
- " python TensorFlow_HelloWorld.py"
16
+ " git clone https://github.com/google/jax.git" ,
17
+ " cd jax" ,
18
+ " export PYTHONPATH=$PYTHONPATH:$(pwd)" ,
19
+ " python examples/spmd_mnist_classifier_fromscratch.py"
19
20
]
20
21
}]
21
22
},
You can’t perform that action at this time.
0 commit comments