Git Product home page Git Product logo

Comments (7)

takuya-takeuchi avatar takuya-takeuchi commented on June 5, 2024 1

@zlyxm
Hi, I uploaded x86 packages.
The following packages contain x86 and x64 for windows.

Have a try!!

from dlibdotnet.

takuya-takeuchi avatar takuya-takeuchi commented on June 5, 2024

Hi. Davis E. King says on http://dlib.net/compile.html

Finally, note that when using Visual Studio, CMake will by default generate a 32bit executable. This means the programs you compile will only be able to use 2GB of RAM. To avoid this, you need to tell CMake to generate a 64bit executable.

cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ..

But I guess you can use the following command to generate x86 binary.

cmake -G "Visual Studio 14 2015" -T host=x64 ..

However, I do not recommend using x86.

from dlibdotnet.

zlyxm avatar zlyxm commented on June 5, 2024

Me too. When I build DlibDotNetNativeDnn.dll, I am prompted "The heap space of the compiler is insufficient". Can you help me?

from dlibdotnet.

takuya-takeuchi avatar takuya-takeuchi commented on June 5, 2024

@zlyxm
I was succeeded to build DlibDotNetNativeDnn.dll as cpu-x86.
There is not x86 cuda binary and it means that we cannot create dlibdotnet.cudaXXX for x86 platform.

NOTE

I use Visual Studio 15 2017.

from dlibdotnet.

zlyxm avatar zlyxm commented on June 5, 2024

Thank you, I have compiled successfully. It is enough to have cpu-x86. I found two places to pay attention to:
one, you need VS x64 to run compile, start menu open x64_x86 Cross Tools Command Prompt for VS 2019
>F:\GitHub\DlibDotNet-master\src\build\DlibDotNetNativeDnn.sln

two, the computer memory needs 32g, because the compilation takes up 28g of memory.

o,yes.I use Visual Studio 16 2019.

from dlibdotnet.

takuya-takeuchi avatar takuya-takeuchi commented on June 5, 2024

@zlyxm
Thank you for your feedback.
Now, I will provide win-x86 package for CPU and MKL package.

linux-x86 and osx-x86 are not supported on dotnet.
And CUDA does not provide x86 binary. so CUDA package will not be provided.

from dlibdotnet.

zlyxm avatar zlyxm commented on June 5, 2024

Good!!

from dlibdotnet.

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.