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 think the path im giving is not proper and im new with using docker how can i resolve this?, training went fine but im not able to find out the path in the command line so please help me with these......
the problem is with the classify.py
The text was updated successfully, but these errors were encountered:
You might want to verify if you've opted to use a different file path and name in the main readme training instructions for the --output_graph and --output_labels params
or alternatively don't pass any params for them as a default path value is given in the classify.py script
parser.add_argument(
'--output_graph',
type=str,
default='logs/output_graph.pb',
help='Where to save the trained graph.'
)
parser.add_argument(
'--output_labels',
type=str,
default='logs/output_labels.txt',
help='Where to save the trained graph\'s labels.'
)
i think the path im giving is not proper and im new with using docker how can i resolve this?, training went fine but im not able to find out the path in the command line so please help me with these......
the problem is with the classify.py
The text was updated successfully, but these errors were encountered: