Git Product home page Git Product logo

Comments (7)

willyd avatar willyd commented on May 28, 2024

@gopi1989 Thanks for your interest in caffe-builder. As mentioned in the README this was only tested with 64 bit code. I never tried or intended to use caffe with a 32 bit application. From what I can see the error seems to be related to HDF5... with that little information is it hard to tell what your problem is.

Beware that the version of OpenBLAS downloaded by Caffe Builder is 64 bit. So you will need to download a 32 bit version of OpenBLAS. It should be enough to change the URL in OpenBLAS.cmake.

I am afraid I cannot help you more with this.

from caffe-builder.

gopi1989 avatar gopi1989 commented on May 28, 2024

@willyd Thanks for your Reply!!!.Sure will change the OpenBLAS 32 bit Package and let me update the build status to you ...

It is possible to build the Window-Caffe builder without CUDA dependency

from caffe-builder.

gopi1989 avatar gopi1989 commented on May 28, 2024

@willyd I tried the Caffe-Builder with OpenBLAS 32 bit Package.Again facing the same Issues

from caffe-builder.

gopi1989 avatar gopi1989 commented on May 28, 2024

@willyd I builded the CAFFE for 32 bit windows successfully. I also did all the CAFFE related works.
Thousands and thousands of Thanks for your contribution

from caffe-builder.

willyd avatar willyd commented on May 28, 2024

@gopi1989 Nice. Did you modify any code in caffe-builder or caffe? Other people could benefit from your work too. Can you submit your changes as a PR?

from caffe-builder.

gopi1989 avatar gopi1989 commented on May 28, 2024

Changes I did to build CAFFE for 32 bit:

  1. Changed the OpenBLAS download link for 32 bit.
  2. You got the error in the following line in "H5public.h" file
    #if H5_SIZEOF_SIZE_T==H5_SIZEOF_INT
    typedef int ssize_t;

    define H5_SIZEOF_SSIZE_T H5_SIZEOF_INT

  3. Simply Changes the flag to "1"
    #if H5_SIZEOF_SIZE_T==1

then CAFFE build for 32 bit on windows. My Environment CUDA 6.5 , VS 13 ,OpenCV 3.0

from caffe-builder.

MdAshrafulAlam avatar MdAshrafulAlam commented on May 28, 2024

where did you change the OpenBLAS download link for 32 bit? and, where can i find H5public.h file?

from caffe-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.