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
parser.add_argument('-m','--model_name', type=str, default='default_model', help='The model parameters that will be loaded for testing. Do not forget to put the model under the path ../experiments/model_name. Default: default_model')
parser.add_argument('-i','--image_path', type=str, default=None, help='Path to an image.')
parser.add_argument('-ln','--layer_num', type=str, default="1", help='Layer number you wish to visualize.')