jni / jni/ray

Enable progressbar for agglo.Rag.learn_agglomerate()

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
30
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Due to a bug in the MergeQueue handling during agglo.Rag.learn_agglomerate(), the progress bar has to be turned off. This is done by the statement, `g.show_progress = False`. This makes it difficult to predict when the learning process will finish.

The problem has to do with miscounting of remaining valid items. My theory is that items are merged that are not in the merge queue. Therefore the number of nodes decreases but not the number of valid items.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.