We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1aa787 commit 0e62561Copy full SHA for 0e62561
fast_image_classification/predictor.py
@@ -63,7 +63,7 @@ def predict_from_file(self, file_object):
63
64
if __name__ == "__main__":
65
"""
66
- python train.py --predictor_config "../example/predictor_config.yaml"
+ python predictor.py --predictor_config "../example/predictor_config.yaml"
67
68
69
parser = argparse.ArgumentParser()
0 commit comments