Giter Site home page Giter Site logo

Comments (3)

VHRanger avatar VHRanger commented on August 18, 2024

Hi, Sorry I'll only have time to fix this next week.

  1. Try manually making the NX graph into a CSRGraph by making G = cg.csrgraph(G). See if it crashes there.

  2. Try running the code in a normal .py file and monitor the RAM usage

  3. If the RAM usage is normal try running GGVec for one epoch with the smallest possible settings (embedding dimensions 1 or 2, negative_ratio = 0, etc.)

Please report back what you find

from nodevectors.

janvekarnaveed avatar janvekarnaveed commented on August 18, 2024

So the very first step of making a networkx graph object itself fails

from nodevectors.

VHRanger avatar VHRanger commented on August 18, 2024

RIght, you're running out of RAM making the networkX object then.

This is because networkX takes a large amount of memory per edge and per node, so trying to make a 7m edge graph on a machine without >1TB of RAM will crash the computer from lack of memory.

Since this particular issue is with networkX I'll close it (The other two are on my side).

from nodevectors.

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.