alldefector

Results 27 comments of alldefector

Let's call these "flexible-arity factors". It should not be hard to add support for them. However, we need to see more of compelling use cases, and decide the degree of...

@dBlairMorton yes, the build process does require internet access as it fetches code and dependencies. Building on an open system and then copying the binaries should work.

@rudaoshi the `person_has_canser.id` column indicates that it was created by an old version (say v0.8) of DeepDive, and that schema is no longer compatible with the examples in the latest...

Hi @melporto 1. Yes, there is the `dw gibbs` subcommand that transforms the text format into binary format. You can find example commands here: https://github.com/HazyResearch/sampler/blob/master/test/text2bin.bats In DeepDive, you'd run it...

Great idea. @netj it may be as simple as adding something like `abs(weight) > 0.001` to the grounding queries (likely also a join with the weight value table)?

@syadlowsky Those are great points. The syntax as is can be quite confusing and some cleanup is in order... and yes, better documentation. For now, you can see the distinctions...

@paidi that does seem like OOM... The log content suggests that you were probably running an old version of DeepDive (v0.8). In an upcoming release (coming soon), we'll introduce a...

@rudaoshi Could you try building DD from git (see https://github.com/HazyResearch/deepdive/issues/607#issuecomment-268308601) and rerunning this program? If the compilation problem persists, could you post the error messages? Thanks!

Hi @EadrenKing , it could take 1 min or so to get started. If it took much longer than that, one possibility is that the available memory was low and...

This removes dropdb: https://github.com/HazyResearch/deepdive/pull/592/commits/90a371bb423c2b5c68bd0a6015c57da60e15c2a4