We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93771ad commit 09a3b07Copy full SHA for 09a3b07
AI-and-Analytics/Getting-Started-Samples/IntelJAX_GettingStarted/run.sh
@@ -1,3 +1,6 @@
1
-source /opt/intel/oneapi/setvars.sh
2
-source activate tensorflow
3
-python TensorFlow_HelloWorld.py
+source $HOME/intel/oneapi/intelpython/bin/activate
+conda activate jax
+git clone https://github.com/google/jax.git
4
+cd jax
5
+export PYTHONPATH=$PYTHONPATH:$(pwd)
6
+ python examples/spmd_mnist_classifier_fromscratch.py
0 commit comments