|
@@ -33,7 +33,8 @@ def default_factory(extra_list=[]):
|
|
|
PoolingType.as_arg("pooling",
|
|
PoolingType.as_arg("pooling",
|
|
|
help_text="type of pre-classification pooling"),
|
|
help_text="type of pre-classification pooling"),
|
|
|
|
|
|
|
|
- Arg("--load", type=str, help="ignore weights and load already fine-tuned model"),
|
|
|
|
|
|
|
+ Arg("--load", type=str, help="ignore weights and load already fine-tuned model (classifier will NOT be re-initialized and number of classes will be unchanged)"),
|
|
|
|
|
+ Arg("--weights", type=str, help="ignore default weights and load already pre-trained model (classifier will be re-initialized and number of classes will be changed)"),
|
|
|
Arg("--headless", action="store_true", help="ignores classifier layer during loading"),
|
|
Arg("--headless", action="store_true", help="ignores classifier layer during loading"),
|
|
|
|
|
|
|
|
Arg("--n_jobs", "-j", type=int, default=0,
|
|
Arg("--n_jobs", "-j", type=int, default=0,
|