Coder Social home page Coder Social logo

Comments (6)

netj avatar netj commented on June 17, 2024

This should be straightforward if you look at the DeepDive app structure doc and the rewritten examples in the DeepDive source tree, but do let me know if you need any help or advice!

from dd-genomics.

ajratner avatar ajratner commented on June 17, 2024

Thanks!
On Tue, Jul 14, 2015 at 4:59 PM Jaeho Shin [email protected] wrote:

This should be straightforward if you look at the DeepDive app structure
doc http://deepdive.stanford.edu/doc/advanced/deepdiveapp.html and the
rewritten examples in the DeepDive source tree
https://github.com/HazyResearch/deepdive/tree/master/examples/spouse_example/postgres/tsv_extractor,
but do let me know if you need any help or advice!


Reply to this email directly or view it on GitHub
#14 (comment)
.

from dd-genomics.

ajratner avatar ajratner commented on June 17, 2024

Marking as low priority for now... @Colossus next time we do a big code cleanup / re-org we can do this too

from dd-genomics.

Colossus avatar Colossus commented on June 17, 2024

This is straightforward. You need to do only a few things:

  • Prepend deepdive/util to your path, if you haven't done so already

  • in env_local.sh, add the following:
    export DBPASSWORD=
    export DEEPDIVE_JDBC_DRIVER=org.postgresql.Driver
    export DEEPDIVE_JDBC_URL="jdbc:postgresql://"${PGHOST}":"${PGPORT}"/"${DBNAME}

  • In deepdive/util, execute one of the following commands:

    ln -s format_converter_mac format_converter && ln -s sampler-dw-mac sampler-dw
    

or the same for -linux.

If you get a strange error like n_vars == n_factors or something like that during inference, you forgot to do the last step. Please repeat it until success.

I'm running DD0.7 exclusively now. @ajratner feel free to close this when you're done with the transition too.

from dd-genomics.

netj avatar netj commented on June 17, 2024

@Colossus your changes shouldn't be necessary if you just replace the sbt command with deepdive env java .... See http://deepdive.stanford.edu/doc/changelog/0.7.0-alpha.html

from dd-genomics.

Colossus avatar Colossus commented on June 17, 2024

@netj OK sounds cool thanks!

from dd-genomics.

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.