David Warde-Farley
David Warde-Farley
If we were to use it in that context we'd probably have to harden it a little bit using request/reply on ROUTERs and DEALERs and bears (oh my). The current...
I'm tossing the relevant code onto https://github.com/dwf/fuel/tree/imagenet_old as I'm moving forward without it, doing something much simpler that doesn't need it.
The philosophy of Blocks is to stay pretty close to being an object-oriented layer on top of Theano that ties together parameters with methods that generate symbolic expressions involving them....
Bumping this ticket since this is only going to get more painful as people use models with Python 3 and Python 2. Was trying to share a model with @ddtm...
Ran across a good model for what we might try to achieve here: https://camel.readthedocs.io/en/latest/camel.html A lot of the logic would be identical for all Brick classes, and if you've got...
Oh, the point of this ticket is not to replace the checkpointing system we have. That is basically fine for the purpose it serves. The point of this ticket is...
I don't think it meets all of our needs, in that it would need to be extended to efficiently store big binary blobs (the parameters) but it is certainly a...
If all the files fit in RAM individually then memmap is overkill, you can just as well load it and del the object when you're done (with maybe some gc.collect()...
+1 to Better Living Through Custom Unpicklers.
I don't think pylearn2 not switching to Fuel should be taken as evidence of the spinoff's failure. I've definitely seen people using Fuel without Blocks. On Sun, Dec 6, 2015...