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
template Enter the path or ID or name of the template file.
@@ -459,9 +459,9 @@ With the ``--help`` command, you can list additional information, such as its pa
459
459
460
460
optional arguments:
461
461
-h, --help show this help message and exit
462
-
--explain-data-roots EXPLAIN_DATA_ROOTS
462
+
-i INPUT, --input INPUT
463
463
Comma-separated paths to explain data folders.
464
-
--save-explanation-to SAVE_EXPLANATION_TO
464
+
-o OUTPUT, --output OUTPUT
465
465
Output path for explanation images.
466
466
--load-weights LOAD_WEIGHTS
467
467
Load model weights from previously saved checkpoint.
@@ -475,13 +475,13 @@ With the ``--help`` command, you can list additional information, such as its pa
475
475
Weight of the saliency map when overlaying the input image with saliency map.
476
476
477
477
478
-
The command below will generate saliency maps (heatmaps with red colored areas of focus) of the trained model on the provided dataset and save the resulting images to ``save-explanation-to`` path:
478
+
The command below will generate saliency maps (heatmaps with red colored areas of focus) of the trained model on the provided dataset and save the resulting images to ``output`` path:
0 commit comments