Mercurial > pylearn
comparison doc/v2_planning/dataset.txt @ 1127:7207f86a661f
dataset: Comment on AB's idea to handle the GPU/shared variable issue
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Wed, 15 Sep 2010 11:45:14 -0400 |
parents | 0f184b5e7a3f |
children | d9550c27a192 |
comparison
equal
deleted
inserted
replaced
1126:7ba1854f03e7 | 1127:7207f86a661f |
---|---|
382 We can just build a theano Op that wraps dataset objects and takes | 382 We can just build a theano Op that wraps dataset objects and takes |
383 care of the details of tranferring data to the GPU or otherwise. | 383 care of the details of tranferring data to the GPU or otherwise. |
384 | 384 |
385 I have a prototype interface/implemantation in the shared_dataset.py | 385 I have a prototype interface/implemantation in the shared_dataset.py |
386 file in this directory. | 386 file in this directory. |
387 | |
388 OD: I like AB's approach. | |
389 |