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 am getting an error in Neural Networks i.e., **OSError: Unable to open file (unable to open file: name = 'my_model_weights2.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
** can you help me in this to rectify this issue
and as well
I am getting an error in Image Processing i.e., usage: classifier.py [-h] input_img
classifier.py: error: the following arguments are required: input_img
I was unable to find the solution for this
Could you please help me in this two issues
Thanks & Regards,
Manikantha Sekhar.
The text was updated successfully, but these errors were encountered:
I know what's happening with second error
To overcome this error run that file in command prompt give the image address as argument .
(Point to where your code is located)
example : python classifier.py C:\imagedire\yourImage.jpg
Hi @muskan1998 ,
I am getting an error in Neural Networks i.e., **OSError: Unable to open file (unable to open file: name = 'my_model_weights2.hdf5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)
** can you help me in this to rectify this issue
and as well
I am getting an error in Image Processing i.e., usage: classifier.py [-h] input_img
classifier.py: error: the following arguments are required: input_img
I was unable to find the solution for this
Could you please help me in this two issues
Thanks & Regards,
Manikantha Sekhar.
The text was updated successfully, but these errors were encountered: