VisualComputingInstitute / Beacon8

A Torch-inspired library for high-level deep learning with Theano.
MIT License
5 stars 0 forks source link

Lists #6

Open ikostrikov opened 9 years ago

ikostrikov commented 9 years ago

We need to make the sequential container applicable to lists like it's done in Torch7: https://github.com/torch/nn/blob/master/doc/table.md

lucasb-eyer commented 9 years ago

By the way, I didn't comment here yet because I don't know much about this. I read the table documentation a few months ago but didn't really understand use-cases of it. Could you give a pseudocode example of how you see such a container in Beacon8?

ikostrikov commented 9 years ago

The goal is to simplify predictions for list of images of different size. But I'm not really sure that we need it.

lucasb-eyer commented 9 years ago

I see, though it's not clear to me yet how we'd implement it, as the list container would somehow replace the idea of a minibatch?