ikhlestov / vision_networks

Repo about neural networks for images handling
MIT License
264 stars 122 forks source link

Train on images on my desktop #23

Closed Dhrumit8596 closed 6 years ago

Dhrumit8596 commented 6 years ago

How Can I train this model on the images on my desktop? screenshot 28 Images in the form as shown in the screenshot.

ikhlestov commented 6 years ago

Hi! Of course you may train this network with your own images. But for this you should create provider for your images. Take a look at the base_provider.py and cifar.py(implementation of the provider for the Cifar datasets).