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

How can I use this with the new version of caffe. #125

Open
soulslicer opened this issue Aug 20, 2017 · 3 comments
Open

How can I use this with the new version of caffe. #125

soulslicer opened this issue Aug 20, 2017 · 3 comments

Comments

@soulslicer
Copy link

Your caffe branch is from 2 years ago. Merging seems impossible now. Are there particular changes I can make to your caffe branch to make it work with mine?

@yosinski
Copy link
Owner

Indeed it is. Unfortunately I don't have the time to continually update this project any more. However, the changes required to make DVT work with the latest caffe may be small, in which case you might be able to get it working on your own. If you do get something working, the hacks aren't too ugly, and you'd be ok posting it online, let me know and I could either link to your repo in the README or merge the changes into a new branch in this repo.

@cobie8a
Copy link

cobie8a commented Oct 4, 2017

I just did a diff and it's definitely a lot of changes :( - I would've thought there'd be little changes as well but yep, it is indeed a lot of changes...

Unfortunately, the current baseline doesn't work on Pascal GPUs.

@soulslicer, what are you thinking of doing?

@arikpoz
Copy link
Contributor

arikpoz commented Oct 16, 2017

@soulslicer, @cobie8a
I've made substantial work to the tool, including rebasing the used caffe to the latest, you can find it here https://github.com/arikpoz/caffe

Also note that caffe is now a submodule of the tool so it will get downloaded and built with tool using the following instructions:

git clone --recursive https://github.com/arikpoz/deep-visualization-toolbox.git  
cd deep-visualization-toolbox && ./build_default.sh

Latest version is in https://github.com/arikpoz/deep-visualization-toolbox

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

No branches or pull requests

4 participants