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
(RuntimeError: dictionary changed size during iteration)
this multi-processing step error occurred when running the below notebook, but not using pre-generated graphs
Description
(RuntimeError: dictionary changed size during iteration)
this multi-processing step error occurred when running the below notebook, but not using pre-generated graphs
https://colab.research.google.com/github/TissueImageAnalytics/tiatoolbox/blob/develop/examples/inference-pipelines/slide-graph.ipynb
What I Did
i commented the workers, and it works fine, but slower.
i have identified the issue to be the merging process of workers at models/engine/nucleu_instance_segmentor.py
@NucleusInstanceSegmentor._merge_post_process_results
here's the file for the runtime error output:
bug.txt
thank you for your time and work on the toolbox!
The text was updated successfully, but these errors were encountered: