Code Monkey home page Code Monkey logo

Comments (9)

vene avatar vene commented on August 20, 2024 1

Indeed it works with 1.0.1 which is supposed to be a minor bugfix release over 1.0, and 0.4.1 is the last release before the 1.0 line, so I will go ahead and specify pytorch>=1.0 in the requirements.

from entmax.

bpopeters avatar bpopeters commented on August 20, 2024

Thank you for opening the issue. I'm having trouble replicating this but it sounds like a mismatch in between the dimensions of the input and the target. Could you provide an example that causes this bug?

P.S. This probably won't have any effect on the bug, but that version of pytorch is rather out of date.

from entmax.

berlino avatar berlino commented on August 20, 2024

Thanks.
After I switch to the most recent version, the error disappears. Seems like the function scatter_add_ has been updated.

from entmax.

vene avatar vene commented on August 20, 2024

@berlino you mean the most recent pytorch version?

We should try to bisect pytorch versions and figure out our minimum requirement, to list in readme. Reopening this until we figure it out.

from entmax.

vene avatar vene commented on August 20, 2024

(I suspect pytorch 1.0 is the minimum)

from entmax.

vene avatar vene commented on August 20, 2024

Sorry to ping you again @berlino,

We added a bunch of new features to the code and we're planning to make a package release on pypi soon, would you mind checking that your application works well with the current version of the code?

Some defaults were changed (dim=-1 now everywhere) and the import paths are now shorter (from entmax import sparsemax for instance.)

from entmax.

berlino avatar berlino commented on August 20, 2024

No worries.

The updated version works well for my application. (I actually made similar changes when I used the code)

from entmax.

vene avatar vene commented on August 20, 2024

Thanks a lot! We will make a pypi release soon.

from entmax.

berlino avatar berlino commented on August 20, 2024

@vene Following this thread, I think pytorch should be specified as a dependency in the setup.py, assuming the environment does not have pytorch installed.

Currently, I ran into the problem "ModuleNotFoundError: No module named 'torch'" when I specify entmax as a dependency in my our own setup.py.

from entmax.

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.