Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

OpenCV integration dataset and iterator #130

Closed gngdb closed 9 years ago

gngdb commented 9 years ago

A new dataset and iterator that can provide input to a composite model that requires a tuple of inputs, expecting a Conv2D and a vector space, along with the output space.

gngdb commented 9 years ago

This exists in parallel_dataset.py. The class is called PassthroughDataset.