Setup TensorFlow, Keras, Theano, Pytorch/torchvision on the CentOS VM
conda activate spark pip install pip --upgrade
#Collecting pip
# Downloading pip-20.1.1-py2.py3-none-any.whl (1.5 MB)
# |ββββββββββββββββββββββββββββββββ| 1.5 MB 2.5 MB/s
#Installing collected packages: pip
# Attempting uninstall: pip
# Found existing installation: pip 20.0.2
# Uninstalling pip-20.0.2:
# Successfully uninstalled pip-20.0.2
#Successfully installed pip-20.1.1conda install -c conda-forge tensorflow
#Collecting package metadata (current_repodata.json): done
#Solving environment: done
#
## Package Plan ##
#.....
# environment location: /opt/hadoop/anaconda3/envs/spark
# added / updated specs:
# - tensorflow
#....
#Preparing transaction: done
#Verifying transaction: done
#Executing transaction: donePreviousNeural Network with Apache Spark Machine Learning Multilayer Perceptron ClassifierNextVirus Xray Image Classification with Tensorflow Keras Python and Apache Spark Scala
Last updated