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

Iterator refactor #14

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Commits on May 5, 2015

  1. Configuration menu
    Copy the full SHA
    e3b2202 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2015

  1. Added tests to check that all scripts run in float32 mode. If this co…

    …ndition is not satisfied, all models will fail to run.
    julianser committed May 7, 2015
    Configuration menu
    Copy the full SHA
    49ed6f8 View commit details
    Browse the repository at this point in the history
  2. Separated out L2 pooling from bidirectional RNN. There is now a separ…

    …ate flag to set wether or not the L2 pooling is used on the utterance encoders output.
    julianser committed May 7, 2015
    Configuration menu
    Copy the full SHA
    2d4e607 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2015

  1. Implemented issue #1: Added flag to toggle direct connection between …

    …utterance encoder(s) and utterance decoder. Also factorized UtteranceDecoder to make it easier to add future inputs to the it. In particular, I renamed \'hs\' to \'inp\' in UtteranceDecoder.
    julianser committed May 8, 2015
    Configuration menu
    Copy the full SHA
    962be2f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Added script and extensive instructions to compute linguistic and sem…

    …antic similarities between targets and samples using SEMILAR: A Semantic Similarity Toolkit. The setup should be directly transferable to clusters for parallel fast evaluation (less than a few hours per model).
    julianser committed May 11, 2015
    Configuration menu
    Copy the full SHA
    4bf4a60 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Fixed bug in parameter dimensionalities of HRED with bidirectional en…

    …coders and direct-connection-between-encoder-and-decoder.
    julianser committed May 12, 2015
    Configuration menu
    Copy the full SHA
    a4c7e7b View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Fixed serious bug in direct encoder-decoder connection, and finished …

    …merging Alessandro's corrections and refactoring of the beam and stochastic search.
    julianser committed May 14, 2015
    Configuration menu
    Copy the full SHA
    18e1d64 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Corrected another bug in direct encoder-decoder connection. Implement…

    …ed 'index' in data_iterator, so that we can now retrieve the index of each triple. This will be used to pair it with semantic information.
    julianser committed May 15, 2015
    Configuration menu
    Copy the full SHA
    ff3909d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2015

  1. added DCGM + modified search to remove prev_h

    Alessandro Sordoni committed May 16, 2015
    Configuration menu
    Copy the full SHA
    c62b1c0 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2015

  1. Merge pull request #1 from julianser/dcgm

    Added DCGM + modified search to remove prev_h
    julianser committed May 20, 2015
    Configuration menu
    Copy the full SHA
    9187ef0 View commit details
    Browse the repository at this point in the history
  2. Added semantic information (e.g. genre labels for MovieTriples) and d…

    …ialogue module to bootstrap from these.
    julianser committed May 20, 2015
    Configuration menu
    Copy the full SHA
    bd771e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2a74e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f27c953 View commit details
    Browse the repository at this point in the history
  5. Refactor data_iterator to accomodate evaluate script

    Alessandro Sordoni committed May 20, 2015
    Configuration menu
    Copy the full SHA
    a095947 View commit details
    Browse the repository at this point in the history
  6. 2** -> exp for perplexity

    Alessandro Sordoni committed May 20, 2015
    Configuration menu
    Copy the full SHA
    94cb8f2 View commit details
    Browse the repository at this point in the history