Code Monkey home page Code Monkey logo

Comments (7)

infwinston avatar infwinston commented on June 29, 2024

You should try "nmake -f Makefile.win lib" to generate .dll file.

from liblinear.

CharlesMei avatar CharlesMei commented on June 29, 2024

@infwinston Thank you! It works! But when i use "from liblinearutil import *", it throws "AttributeError: function 'find_parameter_C' not found".When i comment "fillprototype(liblinear.find_parameter_C, None, [POINTER(problem), POINTER(parameter), c_int, c_double, c_double, POINTER(c_double), POINTER(c_double)])" in the liblinear.py, it throws no errors. But what should i do if i want to use find_parameter_C

from liblinear.

infwinston avatar infwinston commented on June 29, 2024

Hi, @CharlesMei
I find the problem is the authors forget to add somethings in linear.def,
Here is one of the solutions for now,
in linear.def, add a line of code:

"find_parameter_C @20"

then re-compile the dll file, you may use the function successfully.
Hope this helps.

from liblinear.

infwinston avatar infwinston commented on June 29, 2024

BTW, I think the dll file in liblinear-2.01 is already 64-bit version, why do you need to re-generate the dll?

from liblinear.

CharlesMei avatar CharlesMei commented on June 29, 2024

Hi, @infwinston Thank you! It works well! You're right, it's already 64-bit version. When i use the original dll in liblinear-2.01, it throws errors when i use "from liblinearutil import *", and it is because of the find_parameter_C problem. When i use libsvm-3.20, it needs to re-generate the dll for 64bit to solve the import error, so i thought it may need to do the same in liblinear-2.01. I'm sorry for that.

from liblinear.

simsong avatar simsong commented on June 29, 2024

This issue was moved to angleto#19

from liblinear.

se210 avatar se210 commented on June 29, 2024

In case it helps anybody, I was able to compile a 64-bit version DLL for an older release of liblinear which has 32-bit executable included.

First, activate the Visual C++ toolset in 64-bit mode from by running
vcvarsall amd64
then run
nmake -f Makefile.win lib
as stated above.

from liblinear.

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.