Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

install pytorch on nvidia jetson nx

Install Torch

Python 3.6
wget https://nvidia.box.com/shared/static/wa34qwrwtk9njtyarwt5nvo6imenfy26.whl -O torch-1.7.0-cp36-cp36m-linux_aarch64.whl
sudo apt-get install python3-pip libopenblas-base libopenmpi-dev 
pip3 install Cython
pip3 install numpy torch-1.7.0-cp36-cp36m-linux_aarch64.whl

Python 2.7
wget https://nvidia.box.com/shared/static/1v2cc4ro6zvsbu0p8h6qcuaqco1qcsif.whl -O torch-1.4.0-cp27-cp27mu-linux_aarch64.whl
sudo apt-get install libopenblas-base libopenmpi-dev 
pip install future torch-1.4.0-cp27-cp27mu-linux_aarch64.whl
Comment

PREVIOUS NEXT
Code Example
Python :: convert png rgba to rgb pyhton 
Python :: python toupls 
Python :: wordcount pyspark 
Python :: find in python 
Python :: python split string on char 
Python :: compare two data frames in assert 
Python :: How split() works in Python? 
Python :: spacy french stopwords 
Python :: pandas check is field is null or empty 
Python :: Finding Maximum Elements along columns using Python numpy.argmax() 
Python :: python json nan 
Python :: inverse of a matrix with determinant 0 python linalg 
Python :: convert float with missing values to integer 
Python :: python regex find single character 
Python :: boto3 upload dataframe directly to s3 
Python :: theme_use() tkinter theme usage 
Python :: what is tkinter in python 
Python :: change folder name python 
Python :: python is ascii 
Python :: mountain array leetcode 
Python :: onehotencoder = OneHotEncoder(categorical_features = [1]) X = onehotencoder.fit_transform(X).toarray() X = X[:, 1:] 
Python :: Customizing scatter plot with pyplot object 
Python :: where is python installed windows 
Python :: how to save python-pptx 
Python :: treesitter python 
Python :: if-else Conditional Statement in Python 
Python :: python np.sum 
Python :: How can I get the output of each layer in Tensorflow 2 
Python :: split a pd dataframe 
Python :: dumps function in json python 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =