You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've trained an MNIST network. Now I basically want to know how I can input an image and classify it. By reading the docs, I understand that provide_external_data is one of the steps of doing that.
However, I find think that the documentation does not explain clearly enough the data parameter that net.provide_external_data takes in. I understand that it should be a dictionary, but I'm not sure what the dictionary should contain. An quick example dictionary (f.ex. for the MNIST problem) and a reference to the data format documentation would help.
The text was updated successfully, but these errors were encountered:
iver56
changed the title
Example usage for net.provide_external_data
Example usage of net.provide_external_data
Nov 9, 2015
I've trained an MNIST network. Now I basically want to know how I can input an image and classify it. By reading the docs, I understand that provide_external_data is one of the steps of doing that.
However, I find think that the documentation does not explain clearly enough the data parameter that net.provide_external_data takes in. I understand that it should be a dictionary, but I'm not sure what the dictionary should contain. An quick example dictionary (f.ex. for the MNIST problem) and a reference to the data format documentation would help.
The text was updated successfully, but these errors were encountered: