Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memeory Error #5

Closed
caijiangyao1991 opened this issue Jun 12, 2018 · 0 comments
Closed

memeory Error #5

caijiangyao1991 opened this issue Jun 12, 2018 · 0 comments

Comments

@caijiangyao1991
Copy link

hi csiesheep , i just have 3569nodes , my computer's RAM is 16GB then i got the memory error ,it's that mean the programming is not fit for the real data? and i think ramdom walk will not consume that large RAM? so i don't know why it happened
Traceback (most recent call last):
File "F:/project/network/hin2vec/main_py.py", line 158, in
parser.print_help()
File "F:/project/network/hin2vec/main_py.py", line 32, in main
print (tmp_walk_fname)
File "F:\project\network\hin2vec\ds\network.py", line 287, in random_walks
self.create_node_choices()
File "F:\project\network\hin2vec\ds\network.py", line 267, in create_node_choices
node_choices[from_id] += [(to_id, edge_id)] * int(w*10)
MemoryError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant