Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Export saliency map #92

Merged
merged 3 commits into from
Aug 2, 2022
Merged

Conversation

eugene123tw
Copy link

No description provided.

Copy link

@chuneuny-emily chuneuny-emily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like eval_model(L270) below in Inference_task.py should be updated together
: result, repr_vector = eval_model(return_loss=False, output_logits=True, **data)

The code change is making a side effect while training with OTE templates. Please check the issue with the comment below.
ote train ./external/mmsegmentation/configs/custom-sematic-segmentation/ocr-lite-hrnet-18-mod2/template_experimental.yaml --train-ann-files data/segmentation/custom/annotations/training --train-data-roots data/segmentation/custom/images/training --val-ann-files data/segmentation/custom/annotations/training --val-data-roots data/segmentation/custom/images/training --save-model-to data/seg-test params --learning_parameters.num_iters 2

Copy link

@chuneuny-emily chuneuny-emily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No side effect on train/eval/export/optimize.

@eugene123tw eugene123tw merged commit 337c109 into ote Aug 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants