TensorFlow
|
-python3.6
-python2.7
+ | python3.6
+python2.7
+tf1.13-python2.7-gpu
+tf1.13-python2.7-cpu
+tf1.13-python3.6-gpu
+tf1.13-python3.6-cpu
+tf1.13-python3.7-cpu
+tf1.13-python3.7-gpu
+tf2.1-python3.7
|
-- TensorFlow 1.8.0 is used in python2.7 and python3.6.
- python3.6 and python2.7 indicate that the model can run on both CPUs and GPUs.
- The default runtime is python3.6.
+ | - TensorFlow 1.8.0 is used in python2.7 and python3.6.
- python3.6, python2.7, and tf2.1-python3.7 indicate that the model can run on both CPUs and GPUs. For other runtime values, if the suffix contains cpu or gpu, the model can run only on CPUs or GPUs.
- The default runtime is python2.7.
|
-MXNet
+ |
MXNet
|
-python3.7
-python2.7
+ | python3.7
+python3.6
|
-- MXNet 1.2.1 is used in python3.7 and python2.7.
- python3.6 and python2.7 indicate that the model can run on both CPUs and GPUs.
- The default runtime is python3.7.
+ | - MXNet 1.2.1 is used in python3.6 and python3.7.
- python3.6 and python3.7 indicate that the model can run on both CPUs and GPUs.
- The default runtime is python3.6.
|
-Caffe
+ |
Caffe
|
-python2.7-gpu
-python3.7-gpu
-python2.7-cpu
-python3.7-cpu
+ | python3.6
+python3.7
+python3.6-gpu
+python3.7-gpu
+python3.6-cpu
+python3.7-cpu
|
-- Caffe 1.0.0 is used in python2.7-gpu, python3.7-gpu, python2.7-cpu, and python3.7-cpu.
- For runtime values, if the suffix contains cpu or gpu, the model can run only on CPUs or GPUs. Use the runtime of python3.6-gpu, python3.7-gpu, python3.6-cpu, or python3.7-cpu.
- The default runtime is python3.7.
+ | - Caffe 1.0.0 is used in python3.6, python3.7, python3.6-gpu, python3.7-gpu, python3.6-cpu, and python3.7-cpu.
- python 3.6 and python3.7 can only be used to run models on CPUs. For other runtime values, if the suffix contains cpu or gpu, the model can run only on CPUs or GPUs. Use the runtime of python3.6-gpu, python3.7-gpu, python3.6-cpu, or python3.7-cpu.
- The default runtime is python3.6.
|
-PyTorch
+ |
Spark_MLlib
|
-python2.7
-python3.7
+ | python3.6
|
-- PyTorch 1.0 is used in python2.7 and python3.7.
- python2.7 and python3.7 indicate that the model can run on both CPUs and GPUs.
- The default runtime is python3.7.
+ | - Spark_MLlib 2.3.2 is used in python3.6.
- python 3.6 can only be used to run models on CPUs.
+ |
+
+Scikit_Learn
+ |
+python3.6
+ |
+- Scikit_Learn 0.18.1 is used in python3.6.
- python 3.6 can only be used to run models on CPUs.
+ |
+
+XGBoost
+ |
+python3.6
+ |
+- XGBoost 0.80 is used in python3.6.
- python 3.6 can only be used to run models on CPUs.
+ |
+
+PyTorch
+ |
+python3.6
+python3.7
+pytorch1.4-python3.7
+ |
+- PyTorch 1.0 is used in python3.6 and python3.7.
- python3.6, python3.7, and pytorch1.4-python3.7 indicate that the model can run on both CPUs and GPUs.
- The default runtime is python3.6.
|