ootanl commited on
Commit
34fe9ec
1 Parent(s): d60554b
Files changed (1) hide show
  1. parse_test.py +1 -1
parse_test.py CHANGED
@@ -106,7 +106,7 @@ def params_args(args):
106
  parser.add_argument(
107
  "--load_path_2",
108
  type=str,
109
- default="checkpoints/hyperpop/",
110
  help="Path of pretrained networks weights 2",
111
  )
112
  parser.add_argument(
 
106
  parser.add_argument(
107
  "--load_path_2",
108
  type=str,
109
+ default="checkpoints/hyperpop2/",
110
  help="Path of pretrained networks weights 2",
111
  )
112
  parser.add_argument(