Conversation
- restore supertile-reordered tile embeddings to coordinate order after forward pass (single-GPU and multi-GPU paths both go through _compute_tile_embeddings_for_slide which now applies argsort inverse) - cap num_workers and num_preprocessing_workers to SLURM-allocated CPUs in ExecutionOptions.__post_init__ (checks SLURM_CPUS_PER_TASK, SLURM_CPUS_ON_NODE, SLURM_JOB_CPUS_PER_NODE); same env vars added to _slurm_cpu_limit() in inference.py - drop legacy cfg.speed.num_workers fallback in ExecutionOptions.from_config; fix log message to say num_dataloader_workers instead of num_workers - add suppress_c_stderr context manager in log_utils and wrap wholeslidedata imports to silence ASAP spdlog noise at import time - bump hs2p minimum to 2.5.0 in all three locations (setup.cfg x2, requirements.txt); move PyTurboJPEG to base deps - add tile-level embedding ground-truth fixture and assertion in test_output_consistency; add scripts/generate_gt.py to regenerate fixtures Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.