Git Product home page Git Product logo

Comments (4)

Thommy257 avatar Thommy257 commented on July 24, 2024

Sorry, we are aware of the issue and it will be fixed in the next minor release. In the meantime, you can change the _randint() (line71-72) method in "C:\Users\elmm\AppData\Local\Programs\Python\Python39\lib\site-packages\lambeq\training\tket_model.py" to the following:

def _randint(self, low=-1 << 63, high=(1 << 63)-1):
    return np.random.randint(low, high, dtype=np.int64)

from lambeq.

ACE07-Sev avatar ACE07-Sev commented on July 24, 2024

Thank you so much. Right now it is running (it's a bit slow so it's on epoch 120, and has to reach 1000), but I think this fixed the issue.

from lambeq.

Thommy257 avatar Thommy257 commented on July 24, 2024

This is to be expected for the TketModel. To debug your architecture we suggest to use the NumpyModel with jit support enabled (faster by an order of magnitude).

from lambeq.

dimkart avatar dimkart commented on July 24, 2024

Sorry, we are aware of the issue and it will be fixed in the next minor release.

@ACE07-Sev Note that the new release is now out, including a fix for this.

from lambeq.

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.