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
Hi,
First, i would like to thank you for creating such a nice project which helps me lot for further research. I am training a model for my custom input images. I converted the trained keras model using tfjs in model.json format.
Can you please tell me how can I further load it in tfjs, or any tutorial link which you have done????
When i am loading it in tfjs, getting error as "Uncaught (in promise) Error: Error when checking : expected input_1 to have shape [null,64,64,1] but got array with shape [1,64,64,3]."
Please help me out in this.
The text was updated successfully, but these errors were encountered:
Hi,
First, i would like to thank you for creating such a nice project which helps me lot for further research. I am training a model for my custom input images. I converted the trained keras model using tfjs in model.json format.
Can you please tell me how can I further load it in tfjs, or any tutorial link which you have done????
When i am loading it in tfjs, getting error as "Uncaught (in promise) Error: Error when checking : expected input_1 to have shape [null,64,64,1] but got array with shape [1,64,64,3]."
Please help me out in this.
The text was updated successfully, but these errors were encountered: