smooth_output=True causing long run time? #1538
Unanswered
NoaMillsUSDA-ARS
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Which RV version? I'm guessing those are numbers for the time it takes to run on the entire dataset. Can you provide numbers for a single scene and also how big the scene is? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran two variations of a model, one with discrete prediction outputs (smooth_output=False in SemanticSegmentationLabelStoreConfig) and one with continuous prediction outputs (smooth_output=True). For some reason, the continuous prediction version takes a really long time to run, specifically in the prediction phase. I'm working on a compute cluster, and the discrete version runs in under 4 hours. I kept increasing the time limit for the continuous version up to 33 hours, but even that was not enough time to complete the prediction stage. When running the continuous version with a 4 hour time limit, it kills the process during the prediction stage, so this is the stage that is causing delays. Why does this happen, and is there anything I can do to make it run faster?
Beta Was this translation helpful? Give feedback.
All reactions