Code Monkey home page Code Monkey logo

Comments (1)

xyjigsaw avatar xyjigsaw commented on June 25, 2024

Hello, thank you for reminding us of the issues found in the CENET code. Sorry for the inconvenience caused to your operation due to the above issue.

  1. About s_history_ label_ true: The file get_history_graph.py (Line124-126) has already considered the relation information and selected objects under the same relation.
idxx = (con_events[:, 0] == rr[ix]).nonzero()[0]
cur_events = con_events[idxx, 1].tolist()
s_history_oid[-1] += con_events[:, 1].tolist()

Of course, if the relationship is not constrained, it is also a feasible way, and CENET can also adapt to such conditions, depending on the selection of the dataset, but we have not yet tested it in this case.

  1. Regarding lambdax issues
    This problem is caused by our negligence. We have not checked the uploaded clean codes. To this end, we will conduct an internal code review, but we are sure that this problem will not have a significant impact on the performance of this version. Welcome to share and push your modified codes with us. Your professional knowledge and insights can have a significant impact on the quality of our code.

from cenet.

Related Issues (16)

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.