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

Precomputing weights hangs at memory cache miss #30

Open
jlaw9 opened this issue Jan 31, 2018 · 0 comments
Open

Precomputing weights hangs at memory cache miss #30

jlaw9 opened this issue Jan 31, 2018 · 0 comments

Comments

@jlaw9
Copy link

jlaw9 commented Jan 31, 2018

I'm trying to import my own data to weight a couple networks I have. The pipeline runs until Job 2: NetworkPrecombiner. It spits out a bunch of "memory cache miss" warnings, and then just sits and does nothing.

java -cp lib/genemania.jar -Xmx4G org.genemania.engine.apps.NetworkPrecombiner         -indexDir "result/lucene_index" -cachedir "result/network_cache"         -log "workogs/NetworkPrecombiner.log"
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/KtK_BASIC.KtK
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/BP.KtT
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/KtK_Features
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/DatasetInfo
Jan31@11:17:27 DEBUG Solver:76->applying regularization with constant 1.0
Jan31@11:17:27 DEBUG Solver:92->solving for weights
Jan31@11:17:27 DEBUG Solver:164->normalizing network weights to add to 1
Jan31@11:17:27  INFO Solver:168->number of weights : 2
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/nodeIds
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/2
Jan31@11:17:27 DEBUG MemObjectCache:87->memory cache miss for /CORE/19/1

Do you have an idea of how I can fix this and get my networks weighted?

I'm running the pipeline on Ubuntu 16 with java 1.8. Thanks!

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