Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
CNNArch2Caffe2
Commits
2179b2b1
Commit
2179b2b1
authored
Dec 17, 2018
by
Carlos Alfredo Yeverino Rodriguez
Browse files
Update README.md
parent
3453911b
Pipeline
#91633
passed with stages
in 7 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2179b2b1
...
...
@@ -68,16 +68,16 @@ This guide is based on the installation guide from the Caffe2 website: https://c
sudo gedit ~/.bashrc
```
Add the following at the end of the file
:
Add the following at the end of the file
. Don't forget to replace YourRepositoryPath (see below in clone Pytorch), e.g. by /home/carlos/Documents/git
```
#caffe2
#caffe2
#echo $PYTHONPATH
export PYTHONPATH
=
/usr/local
export PYTHONPATH
=
$PYTHONPATH:YourRepositoryPath/pytorch/build
export PYTHONPATH
=
$PYTHONPATH:/usr/bin/python
export PYTHONPATH
=
/usr/local
export PYTHONPATH
=
$PYTHONPATH:YourRepositoryPath/pytorch/build
export PYTHONPATH
=
$PYTHONPATH:/usr/bin/python
#echo $LD_LIBRARY_PATH
export LD_LIBRARY_PATH
=
/usr/local/lib
export LD_LIBRARY_PATH
=
/usr/local/lib
```
Save the file and close it. Then, in terminal do the following:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment