Branch: refs/heads/master
Home:
https://github.com/lisa-lab/pylearn2
Commit: b1f2f33638879b0f1af3c62285b415df0e2f9afd
https://github.com/lisa-lab/pylearn2/commit/b1f2f33638879b0f1af3c62285b415df0e2f9afd
Author: Viktor Pogrebniak <
avto...@gmail.com>
Date: 2015-06-28 (Sun, 28 Jun 2015)
Changed paths:
M pylearn2/scripts/icml_2013_wrepl/emotions/emotions_dataset.py
Log Message:
-----------
ICML 2013 emotions dataset fix: use next() function for CSV reader, proper dataset values extraction, map(...) -> list comprehension (python3 issue)
Commit: ecc5fd6c227f8fd6361ce5b6fb7f236a291ce08f
https://github.com/lisa-lab/pylearn2/commit/ecc5fd6c227f8fd6361ce5b6fb7f236a291ce08f
Author: Viktor Pogrebniak <
avto...@gmail.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M pylearn2/scripts/icml_2013_wrepl/emotions/make_submission.py
Log Message:
-----------
make submission: division result type fix (python3 issue)
Commit: 09adaa7993d8415c50bd330c5ae12b6a27e2fbd0
https://github.com/lisa-lab/pylearn2/commit/09adaa7993d8415c50bd330c5ae12b6a27e2fbd0
Author: Viktor Pogrebniak <
avto...@gmail.com>
Date: 2015-07-02 (Thu, 02 Jul 2015)
Changed paths:
M pylearn2/scripts/icml_2013_wrepl/emotions/emotions_dataset.py
Log Message:
-----------
emotions dataset: don't set y_labels when y is None, create y as 2-dimensional array (exception in dataset iteration fix), proper X in unlabeled case, remove '__class__' attribute from locals() result
Commit: 09075120d6d8c8b6d63a6db73090e7f2fe2535a8
https://github.com/lisa-lab/pylearn2/commit/09075120d6d8c8b6d63a6db73090e7f2fe2535a8
Author: Ian Goodfellow <
goodfel...@gmail.com>
Date: 2015-07-15 (Wed, 15 Jul 2015)
Changed paths:
M pylearn2/scripts/icml_2013_wrepl/emotions/emotions_dataset.py
M pylearn2/scripts/icml_2013_wrepl/emotions/make_submission.py
Log Message:
-----------
Merge pull request #1546 from avtomaton/master
ICML 2013 emotions dataset fix: use next() function for CSV reader, p…
Compare:
https://github.com/lisa-lab/pylearn2/compare/5a21a960e015...09075120d6d8