Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HarshithReddy01
/
srmamamba-liver-segmentation
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
srmamamba-liver-segmentation
148 MB
2 contributors
History:
161 commits
Harshith Reddy
Fix: Always use FastAPI as server, remove Gradio-only fallback, remove demo.launch()
1bb4c2b
about 1 month ago
SRMA-Mamba
Performance optimizations: warm-up, channels-last, TF32, GPU monitoring, memory-mapped I/O
about 1 month ago
__pycache__
Fix critical issues: 50MB upload limit, report guardrails, T2 experimental status, API security, and indentation errors
about 1 month ago
.gitattributes
1.52 kB
initial commit
about 1 month ago
.gitignore
42 Bytes
Add SRMA-Mamba liver segmentation app (excluding compiled files)
about 1 month ago
Dockerfile
2.77 kB
Fix TF32 API
about 1 month ago
README.md
44.6 kB
Increase upload limit to 2 GB to match processing limit
about 1 month ago
app.py
27 kB
Fix: Always use FastAPI as server, remove Gradio-only fallback, remove demo.launch()
about 1 month ago
app.yaml
30 Bytes
Add app.yaml to enable Docker runtime selector - required for CUDA extension builds
about 1 month ago
checkpoint_T1.pth
73.4 MB
xet
Add SRMA-Mamba liver segmentation app (excluding compiled files)
about 1 month ago
checkpoint_T2.pth
73.4 MB
xet
Add SRMA-Mamba liver segmentation app (excluding compiled files)
about 1 month ago
config.py
6.43 kB
Docker: Add OpenCV libs, use PYTORCH_ALLOC_CONF only with max_split_size_mb=128, create postBuild for Python Spaces fallback
about 1 month ago
inference.py
63.4 kB
Add detailed logging for API requests to show in Hugging Face logs
about 1 month ago
model_loader.py
14.5 kB
Fix TF32 API
about 1 month ago
postBuild
1.97 kB
Add Python Space detection and nvcc check - warn user to switch to Docker Space for CUDA extensions
about 1 month ago
post_build.sh
3.55 kB
Fixed
about 1 month ago
processing.py
49.6 kB
Increase file size limits: upload 1 GB, processing 2 GB
about 1 month ago
requirements.txt
321 Bytes
Fix critical issues: 50MB upload limit, report guardrails, T2 experimental status, API security, and indentation errors
about 1 month ago
setup.sh
2.53 kB
Fix: Exact import test format, TF32 set directly (no try/except), verify allocator config includes max_split_size_mb=128
about 1 month ago