Instructions to use Subh775/Dis-Seg-Former with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Subh775/Dis-Seg-Former with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="Subh775/Dis-Seg-Former")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Subh775/Dis-Seg-Former", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_setup.py:_flush():81] Current SDK version is 0.25.0 | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_setup.py:_flush():81] Configure stats pid to 77 | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_setup.py:_flush():81] Loading settings from environment variables | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_init.py:setup_run_log_directory():717] Logging user logs to output/wandb/run-20260523_101614-wvdbqmnv/logs/debug.log | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to output/wandb/run-20260523_101614-wvdbqmnv/logs/debug-internal.log | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_init.py:init():844] calling init triggers | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_init.py:init():849] wandb.init called with sweep_config: {} | |
| config: {'_wandb': {}} | |
| 2026-05-23 10:16:14,953 INFO MainThread:77 [wandb_init.py:init():892] starting backend | |
| 2026-05-23 10:16:15,925 INFO MainThread:77 [wandb_init.py:init():895] sending inform_init request | |
| 2026-05-23 10:16:15,938 INFO MainThread:77 [wandb_init.py:init():903] backend started and connected | |
| 2026-05-23 10:16:15,939 INFO MainThread:77 [wandb_init.py:init():973] updated telemetry | |
| 2026-05-23 10:16:15,940 INFO MainThread:77 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout | |
| 2026-05-23 10:16:16,865 INFO MainThread:77 [wandb_init.py:init():1042] starting run threads in backend | |
| 2026-05-23 10:16:17,567 INFO MainThread:77 [wandb_run.py:_console_start():2524] atexit reg | |
| 2026-05-23 10:16:17,568 INFO MainThread:77 [wandb_run.py:_redirect():2373] redirect: wrap_raw | |
| 2026-05-23 10:16:17,568 INFO MainThread:77 [wandb_run.py:_redirect():2442] Wrapping output streams. | |
| 2026-05-23 10:16:17,568 INFO MainThread:77 [wandb_run.py:_redirect():2465] Redirects installed. | |
| 2026-05-23 10:16:17,583 INFO MainThread:77 [wandb_init.py:init():1082] run started, returning control to user process | |
| 2026-05-23 12:25:02,207 INFO wandb-AsyncioManager-main:77 [service_client.py:_forward_responses():134] Reached EOF. | |
| 2026-05-23 12:25:02,214 INFO wandb-AsyncioManager-main:77 [mailbox.py:close():155] Closing mailbox, abandoning 1 handles. | |