-
Notifications
You must be signed in to change notification settings - Fork 57
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
base: master
Are you sure you want to change the base?
Commits on May 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e3b2202 - Browse repository at this point
Copy the full SHA e3b2202View commit details
Commits on May 7, 2015
-
Added tests to check that all scripts run in float32 mode. If this co…
…ndition is not satisfied, all models will fail to run.
Configuration menu - View commit details
-
Copy full SHA for 49ed6f8 - Browse repository at this point
Copy the full SHA 49ed6f8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 2d4e607 - Browse repository at this point
Copy the full SHA 2d4e607View commit details
Commits on May 8, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for 962be2f - Browse repository at this point
Copy the full SHA 962be2fView commit details
Commits on May 11, 2015
-
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).
Configuration menu - View commit details
-
Copy full SHA for 4bf4a60 - Browse repository at this point
Copy the full SHA 4bf4a60View commit details
Commits on May 12, 2015
-
Fixed bug in parameter dimensionalities of HRED with bidirectional en…
…coders and direct-connection-between-encoder-and-decoder.
Configuration menu - View commit details
-
Copy full SHA for a4c7e7b - Browse repository at this point
Copy the full SHA a4c7e7bView commit details
Commits on May 14, 2015
-
Fixed serious bug in direct encoder-decoder connection, and finished …
…merging Alessandro's corrections and refactoring of the beam and stochastic search.
Configuration menu - View commit details
-
Copy full SHA for 18e1d64 - Browse repository at this point
Copy the full SHA 18e1d64View commit details
Commits on May 15, 2015
-
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.
Configuration menu - View commit details
-
Copy full SHA for ff3909d - Browse repository at this point
Copy the full SHA ff3909dView commit details
Commits on May 16, 2015
-
added DCGM + modified search to remove prev_h
Alessandro Sordoni committedMay 16, 2015 Configuration menu - View commit details
-
Copy full SHA for c62b1c0 - Browse repository at this point
Copy the full SHA c62b1c0View commit details
Commits on May 20, 2015
-
Merge pull request #1 from julianser/dcgm
Added DCGM + modified search to remove prev_h
Configuration menu - View commit details
-
Copy full SHA for 9187ef0 - Browse repository at this point
Copy the full SHA 9187ef0View commit details -
Added semantic information (e.g. genre labels for MovieTriples) and d…
…ialogue module to bootstrap from these.
Configuration menu - View commit details
-
Copy full SHA for bd771e9 - Browse repository at this point
Copy the full SHA bd771e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2a74e6 - Browse repository at this point
Copy the full SHA f2a74e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f27c953 - Browse repository at this point
Copy the full SHA f27c953View commit details -
Refactor data_iterator to accomodate evaluate script
Alessandro Sordoni committedMay 20, 2015 Configuration menu - View commit details
-
Copy full SHA for a095947 - Browse repository at this point
Copy the full SHA a095947View commit details -
Alessandro Sordoni committed
May 20, 2015 Configuration menu - View commit details
-
Copy full SHA for 94cb8f2 - Browse repository at this point
Copy the full SHA 94cb8f2View commit details