Added automatic installation script for Linux!#3777
Closed
hack-r wants to merge 2 commits intoBVLC:masterfrom
Closed
Added automatic installation script for Linux!#3777hack-r wants to merge 2 commits intoBVLC:masterfrom
hack-r wants to merge 2 commits intoBVLC:masterfrom
Conversation
added 2 commits
March 5, 2016 10:46
This is tested on Ubuntu 15. Just run the script and (py) Caffe is ready to go for Python 3. Use find and replace on "python3" and "pip3" if you prefer Python 2. Add 1 line of code OR directly edit the makefile if you want to use GPU.
also apt-get another package
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is tested on Ubuntu 15. Just run the script and (py) Caffe is ready
to go for Python 3 using CPU. Add 1 line of code or edit makefile if you
want to use GPU; just change python3 to python and pip3 to pip if you
want to use the historical version of Python.