dicarlolab / archconvnets

Architecturally optimized neural networks trained with regularized backpropagation
5 stars 5 forks source link

Convert dldata into convnet data format #1

Closed yamins81 closed 10 years ago

ardila commented 10 years ago

@yamins81 @daseibert I think being able to quickly extract datasets (assumed to be in dldata format) and attach features to them is a key piece of code we need to finish. Darren has written some scripts that can achieve this, but I don't know if I should go about creating a pipeline based off of this. I'm going to be forced to hack something together very soon, so @yamins81 if you have any advice on this/plan on doing something like this soon, please let me know.

yamins81 commented 10 years ago

I think doing this would be useful .... I basically have my own version of this sitting around and I think darren probably does too. Can you outline your code based on the existing scripts? Why don't you do that and then submit a PR and we'll review it quickly.

ardila commented 10 years ago

Where is your code located? I will work off what Darren has been doing for now.

On Tue, Jan 7, 2014 at 11:31 PM, Dan Yamins notifications@github.comwrote:

I think doing this would be useful .... I basically have my own version of this sitting around and I think darren probably does too. Can you outline your code based on the existing scripts? Why don't you do that and then submit a PR and we'll review it quickly.

— Reply to this email directly or view it on GitHubhttps://github.com/dicarlolab/archconvnets/issues/1#issuecomment-31805155 .

ardila commented 10 years ago

This has been solved by the DLDataProvider class