Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 109 forks source link

CNN can support gray scale data sets #293

Closed Vakhshoori101 closed 4 years ago

Vakhshoori101 commented 4 years ago

name: b) CNN can support gray scale image datasets about: Select this if you're adding a new feature to libra. labels: feature

This pull request closes #issue_number_here .

- What I did CNN can process gray scale images efficiently - How I did it Tracked if all the images in the dataset were gray scale images, by checking if all the channels were the same - How to verify it

This pull request adds a new feature to libra. @Palashio, could you please take a look at it?