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

Demo File Location #32

Closed
brainstormapps opened this issue Jan 15, 2018 · 4 comments
Closed

Demo File Location #32

brainstormapps opened this issue Jan 15, 2018 · 4 comments

Comments

@brainstormapps
Copy link

brainstormapps commented Jan 15, 2018

I cannot find executable file "demo" in folder. (UBUNTU 16.04)
I have installed all dependencies, with cuda and cudnn. Now I want to execute demo file to get test result by using command
./demo deep_image_analogy/models/ deep_image_analogy/demo/content.png deep_image_analogy/demo/style.png deep_image_analogy/demo/output/ 0 0.5 2 0
as you mentioned ...
but I cannot find executable file "demo" in folder...
Can u help me to find its location...
Or How can i build it...
Thanks and regards

@brainstormapps brainstormapps changed the title Demo Location Demo File Location Jan 15, 2018
@rozentill
Copy link
Member

Hi, thanks for your interest. Currently we only provide a pre-built executable file for Windows. To run a demo in Ubuntu, you should build the project yourself.

For building the whole project, you can check the Configure & Build section here: https://github.com/msracver/Deep-Image-Analogy/tree/linux .

To be more specific, you need to build Caffe at first, then just run our scripts to build our project. After that you will find a 'demo' file.

@brainstormapps
Copy link
Author

brainstormapps commented Jan 16, 2018

Hi, thanks for quick response
I am beginner in deep learning...
So I am facing problems during installation...

during Configure & Build Step "5" system show following error
output

so what may be problem...
Thanks and regards

@rozentill
Copy link
Member

Hi, see if this helps, NVIDIA/nccl#29 .

@brainstormapps
Copy link
Author

brainstormapps commented Jan 17, 2018

Hi, thanks for response
I have added given flags in CMake.txt file but result is same

if(UNIX OR APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall" "-D_MWAITXINTRIN_H_INCLUDED -D_FORCE_INLINES" CACHE STRING "compile flags" FORCE)
endif()

Any more suggestion...
thanks and regards

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

2 participants