Mercurial > pylearn
changeset 1095:520fcaa45692
Merged
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Mon, 13 Sep 2010 09:15:25 -0400 |
parents | 75175e2e697d (diff) a65598681620 (current diff) |
children | 2bbc294fa5ac |
files | |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/v2_planning/dataset.txt Sun Sep 12 21:45:22 2010 -0400 +++ b/doc/v2_planning/dataset.txt Mon Sep 13 09:15:25 2010 -0400 @@ -319,4 +319,8 @@ OD: I have like zero experience with GPU so hopefully someone else can answer this. But the way I see it, hopefully it could work by having some dataset object that would take care of storing its input data into a shared variable. - +OD (continued): After thinking a bit more about it, I am not sure that would +work. I definitely need to look at some code doing it to get a better +understanding of it, but my feeling is that you need your learner to be +written in a specific way to achieve this, in which case it may be up to the +learner to take its input data and store it into a shared variable.