Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Caffe master branch instead of dev #61

Merged
merged 1 commit into from
Oct 16, 2015
Merged

Conversation

ozabluda
Copy link
Contributor

Caffe dev branch is deprecated and deleted. "git checkout dev" fails.
BVLC/caffe#1943

@soumith soumith closed this Oct 16, 2015
@soumith
Copy link
Owner

soumith commented Oct 16, 2015

not sure why I have to....

@ozabluda
Copy link
Contributor Author

caffe/install.sh script fails, because 'dev' branch was deprecated and deleted. Now all development in Caffe is done against master branch.

$ git clone https://github.com/BVLC/caffe.git
Cloning into 'caffe'...
remote: Counting objects: 23687, done.
remote: Compressing objects: 100% (16/16), done.
remote: Total 23687 (delta 3), reused 0 (delta 0), pack-reused 23669
Receiving objects: 100% (23687/23687), 32.49 MiB | 12.96 MiB/s, done.
Resolving deltas: 100% (15071/15071), done.
Checking connectivity... done.

$ cd caffe/
~/caffe$ git checkout dev
error: pathspec 'dev' did not match any file(s) known to git.

@soumith soumith reopened this Oct 16, 2015
@soumith
Copy link
Owner

soumith commented Oct 16, 2015

oh well then....

soumith added a commit that referenced this pull request Oct 16, 2015
Use Caffe master branch instead of dev
@soumith soumith merged commit 6ab3297 into soumith:master Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants