Skip to content

Releases: MercaderLabAnatomy/T-MIDAS

v0.3.1

v0.3.0 - GPU Error Handling & CPU Fallback

Choose a tag to compare

@macromeer macromeer released this 30 Jan 10:18

What's New

  • GPU error handling: All pipelines now gracefully fall back to CPU when GPU/drivers are unavailable
  • User notifications: Welcome screen detects GPU availability and warns users about CPU-only mode
  • No more crashes: nvidia-smi failures and CUDA errors are caught and handled transparently

Updated Pipelines

  • SAM segmentation (2D, NDPI cropping)
  • Instance segmentation
  • Cell tracking (TrackAstra)

All torch-based scripts now automatically use CPU if GPU initialization fails.

Fixes

  • Fixed crashes on systems without GPUs or with driver issues
  • Protected torch.cuda calls throughout the codebase

production-ready release v0.2.0

Choose a tag to compare

@macromeer macromeer released this 19 Dec 13:56

Full Changelog: v0.1.9-beta...v0.2.0

v0.1.9-beta

Choose a tag to compare

@macromeer macromeer released this 25 Feb 13:37
updated user_welcome