parser.add_argument('-m','--model',type=str,meta='FILENAME',default="",help='Model to load. If given, do not train a model and just do inference with this one.')
parser.add_argument('-d','--directory',type=str,meta='DIRECTORY',default=".",help='Where to save the results.')