buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

Adding default support for other databases #1

Closed samlobel closed 7 years ago

samlobel commented 7 years ago

First off, I really love this library. It makes tensorflow development so fast.

I wanted to make a plug for default support of CIFAR, like you have for MNIST. It's a real pain setting up the queue for CIFAR manually, and some image techniques only show their benefits on things more complex than MNIST.

I'd consider making a pull request for this, if you'd accept it

buriburisuri commented 7 years ago

Thank you for your interesting.

Pull requests are always welcome. I was thinking of adding CIFAR-10 and ImageNet dataset, and if you can help, it is welcome.

samlobel commented 7 years ago

Okay, I'll try my hand at it. Still enjoying the repo by the way, it's really great.