Instructions to use BiomedSyn/ours with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BiomedSyn/ours with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("BiomedSyn/ours", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +36 -0
- layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_16999_24d5c1e870512f238b50.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_24999_7e39c71481822cbdde64.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/model_index.json +38 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/tokenizer/merges.txt +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/tokenizer/special_tokens_map.json +24 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/tokenizer/tokenizer_config.json +33 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/scheduler/scheduler_config.json +15 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/tokenizer/special_tokens_map.json +24 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/tokenizer/tokenizer_config.json +33 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/vae/config.json +32 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16_mix/pipeline/model_index.json +38 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16_mix/pipeline/unet/config.json +68 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/feature_extractor/preprocessor_config.json +28 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/tokenizer/special_tokens_map.json +24 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/tokenizer/tokenizer_config.json +33 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/unet/config.json +68 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260313_193621-7226598495.60174-b21c78dd-03eb-4e22-a2a8-3bbbbb64a9cb/run-7226598495.60174-b21c78dd-03eb-4e22-a2a8-3bbbbb64a9cb.wandb +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260314_032149-4p09t8ty/files/output.log +39 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260314_032643-ks23tcq3/files/media/images/validation_1_927878c8a51dc5e096ed.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260314_032643-ks23tcq3/files/media/images/validation_3_3c07a5356d9fc008cf56.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_1099_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_1099_962c5ac12ce32cb44558.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_1299_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_199_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_299_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_399_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_499_7b6076b08c4d336b5c7e.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_499_962c5ac12ce32cb44558.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_799_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_799_962c5ac12ce32cb44558.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_999_7b6076b08c4d336b5c7e.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_99_7b6076b08c4d336b5c7e.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_99_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/output.log +72 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_221435-0qw2te8e/files/media/images/validation_1_8f19f38e2eb25972d6bd.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_221435-0qw2te8e/files/media/images/validation_1_962c5ac12ce32cb44558.png +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/files/output.log +55 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/logs/debug-internal.log +16 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/logs/debug.log +22 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260318_024930-7226226969.16038-4c5f9385-19f2-4569-bde1-9318d37a9e0c/logs/debug.log +25 -0
- layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260318_154005-7226180895.80262-31537963-d369-4eb7-aaa8-51380dce1ba6/run-7226180895.80262-31537963-d369-4eb7-aaa8-51380dce1ba6.wandb +0 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_0b36601bf3054c06c3bf.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_b13f508d70b7e2278a88.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_cf245b69181a94fdc789.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_19999_1070cc6df2184e9a6baa.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_19999_9c73fbc82151b4acc1ae.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_7811926aa74689847a4a.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_951723df38b9b8e3e2ee.png +3 -0
- layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_ea4fc92aabec858b91b9.png +3 -0
.gitattributes
CHANGED
|
@@ -221,3 +221,39 @@ layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_1838
|
|
| 221 |
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_29999_56beb577a6161503d35d.png filter=lfs diff=lfs merge=lfs -text
|
| 222 |
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_20999_1f74a0bac2bb4cfc7786.png filter=lfs diff=lfs merge=lfs -text
|
| 223 |
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_19999_939ab1d49143e9c1ed73.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_29999_56beb577a6161503d35d.png filter=lfs diff=lfs merge=lfs -text
|
| 222 |
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_20999_1f74a0bac2bb4cfc7786.png filter=lfs diff=lfs merge=lfs -text
|
| 223 |
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_19999_939ab1d49143e9c1ed73.png filter=lfs diff=lfs merge=lfs -text
|
| 224 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_44999_73b0ec2fb581695164e8.png filter=lfs diff=lfs merge=lfs -text
|
| 225 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_b13f508d70b7e2278a88.png filter=lfs diff=lfs merge=lfs -text
|
| 226 |
+
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_24999_7e39c71481822cbdde64.png filter=lfs diff=lfs merge=lfs -text
|
| 227 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_ea4fc92aabec858b91b9.png filter=lfs diff=lfs merge=lfs -text
|
| 228 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_29999_90b8538c07bf6736e021.png filter=lfs diff=lfs merge=lfs -text
|
| 229 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_4999_6e53ac8fe852055c7df1.png filter=lfs diff=lfs merge=lfs -text
|
| 230 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_89999_4021c73669eecfcc3cc7.png filter=lfs diff=lfs merge=lfs -text
|
| 231 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_44999_16501d38781906855eae.png filter=lfs diff=lfs merge=lfs -text
|
| 232 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_19999_1070cc6df2184e9a6baa.png filter=lfs diff=lfs merge=lfs -text
|
| 233 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_84999_ac5f5d195f743e20f354.png filter=lfs diff=lfs merge=lfs -text
|
| 234 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_54999_50107fe9b4ec36f68455.png filter=lfs diff=lfs merge=lfs -text
|
| 235 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_39999_fd4f47443b5072c725ff.png filter=lfs diff=lfs merge=lfs -text
|
| 236 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_34999_28217ff0bdea775bf45f.png filter=lfs diff=lfs merge=lfs -text
|
| 237 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_44999_ee0655f659639fbd6196.png filter=lfs diff=lfs merge=lfs -text
|
| 238 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_39999_9ffb26b38a5bdcdf94ab.png filter=lfs diff=lfs merge=lfs -text
|
| 239 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_19999_9c73fbc82151b4acc1ae.png filter=lfs diff=lfs merge=lfs -text
|
| 240 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_44999_a77181c862c590bb683a.png filter=lfs diff=lfs merge=lfs -text
|
| 241 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_54999_47b7e47845e23a35840c.png filter=lfs diff=lfs merge=lfs -text
|
| 242 |
+
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_16999_24d5c1e870512f238b50.png filter=lfs diff=lfs merge=lfs -text
|
| 243 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_44999_84e519537886af7c14b7.png filter=lfs diff=lfs merge=lfs -text
|
| 244 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_44999_608e9422b23908b45b1a.png filter=lfs diff=lfs merge=lfs -text
|
| 245 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_89999_7cffb4db2bbb7eae7f04.png filter=lfs diff=lfs merge=lfs -text
|
| 246 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_99999_b16ed0f724f02678654b.png filter=lfs diff=lfs merge=lfs -text
|
| 247 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_951723df38b9b8e3e2ee.png filter=lfs diff=lfs merge=lfs -text
|
| 248 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_59999_9e5788dbdd4884bffb9c.png filter=lfs diff=lfs merge=lfs -text
|
| 249 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_29999_05fa6f1717bacd628792.png filter=lfs diff=lfs merge=lfs -text
|
| 250 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_0b36601bf3054c06c3bf.png filter=lfs diff=lfs merge=lfs -text
|
| 251 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_59999_c993a121e780245cfc42.png filter=lfs diff=lfs merge=lfs -text
|
| 252 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_156fa3fe744c51cee26e.png filter=lfs diff=lfs merge=lfs -text
|
| 253 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_59999_724f7eb520926bd170a2.png filter=lfs diff=lfs merge=lfs -text
|
| 254 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_cf245b69181a94fdc789.png filter=lfs diff=lfs merge=lfs -text
|
| 255 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_29999_d9435c4ddfd75960b8b7.png filter=lfs diff=lfs merge=lfs -text
|
| 256 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_7811926aa74689847a4a.png filter=lfs diff=lfs merge=lfs -text
|
| 257 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/test_100000_d5cb481ada4b2248d5ee.png filter=lfs diff=lfs merge=lfs -text
|
| 258 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_39999_f6740eea3bb1b97679cc.png filter=lfs diff=lfs merge=lfs -text
|
| 259 |
+
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260316_192703-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_d526571802345b5f21ca.png filter=lfs diff=lfs merge=lfs -text
|
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_16999_24d5c1e870512f238b50.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_child/wandb/run-20260303_113416-7227491477.37078-17f032e1-6f5e-4355-82c8-07c24e826c34/files/media/images/validation_24999_7e39c71481822cbdde64.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/model_index.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "StableDiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.26.3",
|
| 4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
| 5 |
+
"feature_extractor": [
|
| 6 |
+
"transformers",
|
| 7 |
+
"CLIPImageProcessor"
|
| 8 |
+
],
|
| 9 |
+
"image_encoder": [
|
| 10 |
+
null,
|
| 11 |
+
null
|
| 12 |
+
],
|
| 13 |
+
"requires_safety_checker": false,
|
| 14 |
+
"safety_checker": [
|
| 15 |
+
null,
|
| 16 |
+
null
|
| 17 |
+
],
|
| 18 |
+
"scheduler": [
|
| 19 |
+
"diffusers",
|
| 20 |
+
"PNDMScheduler"
|
| 21 |
+
],
|
| 22 |
+
"text_encoder": [
|
| 23 |
+
"transformers",
|
| 24 |
+
"CLIPTextModel"
|
| 25 |
+
],
|
| 26 |
+
"tokenizer": [
|
| 27 |
+
"transformers",
|
| 28 |
+
"CLIPTokenizer"
|
| 29 |
+
],
|
| 30 |
+
"unet": [
|
| 31 |
+
"diffusers",
|
| 32 |
+
"UNet2DConditionModel"
|
| 33 |
+
],
|
| 34 |
+
"vae": [
|
| 35 |
+
"diffusers",
|
| 36 |
+
"AutoencoderKL"
|
| 37 |
+
]
|
| 38 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/tokenizer/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/device_split_bs8/pipeline/tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"__type": "AddedToken",
|
| 5 |
+
"content": "<|startoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false
|
| 10 |
+
},
|
| 11 |
+
"clean_up_tokenization_spaces": true,
|
| 12 |
+
"do_lower_case": true,
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"__type": "AddedToken",
|
| 15 |
+
"content": "<|endoftext|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"errors": "replace",
|
| 22 |
+
"model_max_length": 77,
|
| 23 |
+
"pad_token": "<|endoftext|>",
|
| 24 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
+
"unk_token": {
|
| 26 |
+
"__type": "AddedToken",
|
| 27 |
+
"content": "<|endoftext|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": true,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "PNDMScheduler",
|
| 3 |
+
"_diffusers_version": "0.26.3",
|
| 4 |
+
"beta_end": 0.012,
|
| 5 |
+
"beta_schedule": "scaled_linear",
|
| 6 |
+
"beta_start": 0.00085,
|
| 7 |
+
"clip_sample": false,
|
| 8 |
+
"num_train_timesteps": 1000,
|
| 9 |
+
"prediction_type": "epsilon",
|
| 10 |
+
"set_alpha_to_one": false,
|
| 11 |
+
"skip_prk_steps": true,
|
| 12 |
+
"steps_offset": 1,
|
| 13 |
+
"timestep_spacing": "leading",
|
| 14 |
+
"trained_betas": null
|
| 15 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"__type": "AddedToken",
|
| 5 |
+
"content": "<|startoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false
|
| 10 |
+
},
|
| 11 |
+
"clean_up_tokenization_spaces": true,
|
| 12 |
+
"do_lower_case": true,
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"__type": "AddedToken",
|
| 15 |
+
"content": "<|endoftext|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"errors": "replace",
|
| 22 |
+
"model_max_length": 77,
|
| 23 |
+
"pad_token": "<|endoftext|>",
|
| 24 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
+
"unk_token": {
|
| 26 |
+
"__type": "AddedToken",
|
| 27 |
+
"content": "<|endoftext|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": true,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16/pipeline/vae/config.json
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.26.3",
|
| 4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"block_out_channels": [
|
| 7 |
+
128,
|
| 8 |
+
256,
|
| 9 |
+
512,
|
| 10 |
+
512
|
| 11 |
+
],
|
| 12 |
+
"down_block_types": [
|
| 13 |
+
"DownEncoderBlock2D",
|
| 14 |
+
"DownEncoderBlock2D",
|
| 15 |
+
"DownEncoderBlock2D",
|
| 16 |
+
"DownEncoderBlock2D"
|
| 17 |
+
],
|
| 18 |
+
"force_upcast": true,
|
| 19 |
+
"in_channels": 3,
|
| 20 |
+
"latent_channels": 4,
|
| 21 |
+
"layers_per_block": 2,
|
| 22 |
+
"norm_num_groups": 32,
|
| 23 |
+
"out_channels": 3,
|
| 24 |
+
"sample_size": 512,
|
| 25 |
+
"scaling_factor": 0.18215,
|
| 26 |
+
"up_block_types": [
|
| 27 |
+
"UpDecoderBlock2D",
|
| 28 |
+
"UpDecoderBlock2D",
|
| 29 |
+
"UpDecoderBlock2D",
|
| 30 |
+
"UpDecoderBlock2D"
|
| 31 |
+
]
|
| 32 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16_mix/pipeline/model_index.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "StableDiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.26.3",
|
| 4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
| 5 |
+
"feature_extractor": [
|
| 6 |
+
"transformers",
|
| 7 |
+
"CLIPImageProcessor"
|
| 8 |
+
],
|
| 9 |
+
"image_encoder": [
|
| 10 |
+
null,
|
| 11 |
+
null
|
| 12 |
+
],
|
| 13 |
+
"requires_safety_checker": false,
|
| 14 |
+
"safety_checker": [
|
| 15 |
+
null,
|
| 16 |
+
null
|
| 17 |
+
],
|
| 18 |
+
"scheduler": [
|
| 19 |
+
"diffusers",
|
| 20 |
+
"PNDMScheduler"
|
| 21 |
+
],
|
| 22 |
+
"text_encoder": [
|
| 23 |
+
"transformers",
|
| 24 |
+
"CLIPTextModel"
|
| 25 |
+
],
|
| 26 |
+
"tokenizer": [
|
| 27 |
+
"transformers",
|
| 28 |
+
"CLIPTokenizer"
|
| 29 |
+
],
|
| 30 |
+
"unet": [
|
| 31 |
+
"diffusers",
|
| 32 |
+
"UNet2DConditionModel"
|
| 33 |
+
],
|
| 34 |
+
"vae": [
|
| 35 |
+
"diffusers",
|
| 36 |
+
"AutoencoderKL"
|
| 37 |
+
]
|
| 38 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs16_mix/pipeline/unet/config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.26.3",
|
| 4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"addition_embed_type": null,
|
| 7 |
+
"addition_embed_type_num_heads": 64,
|
| 8 |
+
"addition_time_embed_dim": null,
|
| 9 |
+
"attention_head_dim": 8,
|
| 10 |
+
"attention_type": "default",
|
| 11 |
+
"block_out_channels": [
|
| 12 |
+
320,
|
| 13 |
+
640,
|
| 14 |
+
1280,
|
| 15 |
+
1280
|
| 16 |
+
],
|
| 17 |
+
"center_input_sample": false,
|
| 18 |
+
"class_embed_type": null,
|
| 19 |
+
"class_embeddings_concat": false,
|
| 20 |
+
"conv_in_kernel": 3,
|
| 21 |
+
"conv_out_kernel": 3,
|
| 22 |
+
"cross_attention_dim": 768,
|
| 23 |
+
"cross_attention_norm": null,
|
| 24 |
+
"down_block_types": [
|
| 25 |
+
"CrossAttnDownBlock2D",
|
| 26 |
+
"CrossAttnDownBlock2D",
|
| 27 |
+
"CrossAttnDownBlock2D",
|
| 28 |
+
"DownBlock2D"
|
| 29 |
+
],
|
| 30 |
+
"downsample_padding": 1,
|
| 31 |
+
"dropout": 0.0,
|
| 32 |
+
"dual_cross_attention": false,
|
| 33 |
+
"encoder_hid_dim": null,
|
| 34 |
+
"encoder_hid_dim_type": null,
|
| 35 |
+
"flip_sin_to_cos": true,
|
| 36 |
+
"freq_shift": 0,
|
| 37 |
+
"in_channels": 23,
|
| 38 |
+
"layers_per_block": 2,
|
| 39 |
+
"mid_block_only_cross_attention": null,
|
| 40 |
+
"mid_block_scale_factor": 1,
|
| 41 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 42 |
+
"norm_eps": 1e-05,
|
| 43 |
+
"norm_num_groups": 32,
|
| 44 |
+
"num_attention_heads": null,
|
| 45 |
+
"num_class_embeds": null,
|
| 46 |
+
"only_cross_attention": false,
|
| 47 |
+
"out_channels": 4,
|
| 48 |
+
"projection_class_embeddings_input_dim": null,
|
| 49 |
+
"resnet_out_scale_factor": 1.0,
|
| 50 |
+
"resnet_skip_time_act": false,
|
| 51 |
+
"resnet_time_scale_shift": "default",
|
| 52 |
+
"reverse_transformer_layers_per_block": null,
|
| 53 |
+
"sample_size": 64,
|
| 54 |
+
"time_cond_proj_dim": null,
|
| 55 |
+
"time_embedding_act_fn": null,
|
| 56 |
+
"time_embedding_dim": null,
|
| 57 |
+
"time_embedding_type": "positional",
|
| 58 |
+
"timestep_post_act": null,
|
| 59 |
+
"transformer_layers_per_block": 1,
|
| 60 |
+
"up_block_types": [
|
| 61 |
+
"UpBlock2D",
|
| 62 |
+
"CrossAttnUpBlock2D",
|
| 63 |
+
"CrossAttnUpBlock2D",
|
| 64 |
+
"CrossAttnUpBlock2D"
|
| 65 |
+
],
|
| 66 |
+
"upcast_attention": false,
|
| 67 |
+
"use_linear_projection": false
|
| 68 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/feature_extractor/preprocessor_config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"crop_size": {
|
| 3 |
+
"height": 224,
|
| 4 |
+
"width": 224
|
| 5 |
+
},
|
| 6 |
+
"do_center_crop": true,
|
| 7 |
+
"do_convert_rgb": true,
|
| 8 |
+
"do_normalize": true,
|
| 9 |
+
"do_rescale": true,
|
| 10 |
+
"do_resize": true,
|
| 11 |
+
"feature_extractor_type": "CLIPFeatureExtractor",
|
| 12 |
+
"image_mean": [
|
| 13 |
+
0.48145466,
|
| 14 |
+
0.4578275,
|
| 15 |
+
0.40821073
|
| 16 |
+
],
|
| 17 |
+
"image_processor_type": "CLIPImageProcessor",
|
| 18 |
+
"image_std": [
|
| 19 |
+
0.26862954,
|
| 20 |
+
0.26130258,
|
| 21 |
+
0.27577711
|
| 22 |
+
],
|
| 23 |
+
"resample": 3,
|
| 24 |
+
"rescale_factor": 0.00392156862745098,
|
| 25 |
+
"size": {
|
| 26 |
+
"shortest_edge": 224
|
| 27 |
+
}
|
| 28 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/tokenizer/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|startoftext|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|endoftext|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "<|endoftext|>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<|endoftext|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": true,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/tokenizer/tokenizer_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"bos_token": {
|
| 4 |
+
"__type": "AddedToken",
|
| 5 |
+
"content": "<|startoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false
|
| 10 |
+
},
|
| 11 |
+
"clean_up_tokenization_spaces": true,
|
| 12 |
+
"do_lower_case": true,
|
| 13 |
+
"eos_token": {
|
| 14 |
+
"__type": "AddedToken",
|
| 15 |
+
"content": "<|endoftext|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": true,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false
|
| 20 |
+
},
|
| 21 |
+
"errors": "replace",
|
| 22 |
+
"model_max_length": 77,
|
| 23 |
+
"pad_token": "<|endoftext|>",
|
| 24 |
+
"tokenizer_class": "CLIPTokenizer",
|
| 25 |
+
"unk_token": {
|
| 26 |
+
"__type": "AddedToken",
|
| 27 |
+
"content": "<|endoftext|>",
|
| 28 |
+
"lstrip": false,
|
| 29 |
+
"normalized": true,
|
| 30 |
+
"rstrip": false,
|
| 31 |
+
"single_word": false
|
| 32 |
+
}
|
| 33 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/pacemaker_bs8/pipeline/unet/config.json
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.26.3",
|
| 4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
| 5 |
+
"act_fn": "silu",
|
| 6 |
+
"addition_embed_type": null,
|
| 7 |
+
"addition_embed_type_num_heads": 64,
|
| 8 |
+
"addition_time_embed_dim": null,
|
| 9 |
+
"attention_head_dim": 8,
|
| 10 |
+
"attention_type": "default",
|
| 11 |
+
"block_out_channels": [
|
| 12 |
+
320,
|
| 13 |
+
640,
|
| 14 |
+
1280,
|
| 15 |
+
1280
|
| 16 |
+
],
|
| 17 |
+
"center_input_sample": false,
|
| 18 |
+
"class_embed_type": null,
|
| 19 |
+
"class_embeddings_concat": false,
|
| 20 |
+
"conv_in_kernel": 3,
|
| 21 |
+
"conv_out_kernel": 3,
|
| 22 |
+
"cross_attention_dim": 768,
|
| 23 |
+
"cross_attention_norm": null,
|
| 24 |
+
"down_block_types": [
|
| 25 |
+
"CrossAttnDownBlock2D",
|
| 26 |
+
"CrossAttnDownBlock2D",
|
| 27 |
+
"CrossAttnDownBlock2D",
|
| 28 |
+
"DownBlock2D"
|
| 29 |
+
],
|
| 30 |
+
"downsample_padding": 1,
|
| 31 |
+
"dropout": 0.0,
|
| 32 |
+
"dual_cross_attention": false,
|
| 33 |
+
"encoder_hid_dim": null,
|
| 34 |
+
"encoder_hid_dim_type": null,
|
| 35 |
+
"flip_sin_to_cos": true,
|
| 36 |
+
"freq_shift": 0,
|
| 37 |
+
"in_channels": 23,
|
| 38 |
+
"layers_per_block": 2,
|
| 39 |
+
"mid_block_only_cross_attention": null,
|
| 40 |
+
"mid_block_scale_factor": 1,
|
| 41 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 42 |
+
"norm_eps": 1e-05,
|
| 43 |
+
"norm_num_groups": 32,
|
| 44 |
+
"num_attention_heads": null,
|
| 45 |
+
"num_class_embeds": null,
|
| 46 |
+
"only_cross_attention": false,
|
| 47 |
+
"out_channels": 4,
|
| 48 |
+
"projection_class_embeddings_input_dim": null,
|
| 49 |
+
"resnet_out_scale_factor": 1.0,
|
| 50 |
+
"resnet_skip_time_act": false,
|
| 51 |
+
"resnet_time_scale_shift": "default",
|
| 52 |
+
"reverse_transformer_layers_per_block": null,
|
| 53 |
+
"sample_size": 64,
|
| 54 |
+
"time_cond_proj_dim": null,
|
| 55 |
+
"time_embedding_act_fn": null,
|
| 56 |
+
"time_embedding_dim": null,
|
| 57 |
+
"time_embedding_type": "positional",
|
| 58 |
+
"timestep_post_act": null,
|
| 59 |
+
"transformer_layers_per_block": 1,
|
| 60 |
+
"up_block_types": [
|
| 61 |
+
"UpBlock2D",
|
| 62 |
+
"CrossAttnUpBlock2D",
|
| 63 |
+
"CrossAttnUpBlock2D",
|
| 64 |
+
"CrossAttnUpBlock2D"
|
| 65 |
+
],
|
| 66 |
+
"upcast_attention": false,
|
| 67 |
+
"use_linear_projection": false
|
| 68 |
+
}
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260313_193621-7226598495.60174-b21c78dd-03eb-4e22-a2a8-3bbbbb64a9cb/run-7226598495.60174-b21c78dd-03eb-4e22-a2a8-3bbbbb64a9cb.wandb
ADDED
|
File without changes
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260314_032149-4p09t8ty/files/output.log
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[34m[1mwandb[0m: Detected [huggingface_hub.inference] in use.
|
| 2 |
+
[34m[1mwandb[0m: Use W&B Weave for improved LLM call tracing. Install Weave with `pip install weave` then add `import weave` to the top of your script.
|
| 3 |
+
[34m[1mwandb[0m: For more information, check out the docs at: https://weave-docs.wandb.ai/
|
| 4 |
+
03/14/2026 03:22:06 - INFO - __main__ - ***** Running training *****
|
| 5 |
+
03/14/2026 03:22:06 - INFO - __main__ - Num examples = 413
|
| 6 |
+
03/14/2026 03:22:06 - INFO - __main__ - Num batches each epoch = 52
|
| 7 |
+
03/14/2026 03:22:06 - INFO - __main__ - Num Epochs = 2
|
| 8 |
+
03/14/2026 03:22:06 - INFO - __main__ - Instantaneous batch size per device = 2
|
| 9 |
+
03/14/2026 03:22:06 - INFO - __main__ - Total train batch size (w. parallel, distributed & accumulation) = 8
|
| 10 |
+
03/14/2026 03:22:06 - INFO - __main__ - Gradient Accumulation steps = 1
|
| 11 |
+
03/14/2026 03:22:06 - INFO - __main__ - Total optimization steps = 100
|
| 12 |
+
Steps: 0%| | 0/100 [00:00<?, ?it/s]Traceback (most recent call last):
|
| 13 |
+
File "/home/shuhan/blobdata_sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/train_new_version.py", line 1317, in <module>
|
| 14 |
+
main(args)
|
| 15 |
+
File "/home/shuhan/blobdata_sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/train_new_version.py", line 1210, in main
|
| 16 |
+
model_pred = unet(
|
| 17 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl
|
| 18 |
+
return self._call_impl(*args, **kwargs)
|
| 19 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl
|
| 20 |
+
return forward_call(*args, **kwargs)
|
| 21 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/parallel/distributed.py", line 1637, in forward
|
| 22 |
+
else self._run_ddp_forward(*inputs, **kwargs)
|
| 23 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/parallel/distributed.py", line 1464, in _run_ddp_forward
|
| 24 |
+
return self.module(*inputs, **kwargs) # type: ignore[index]
|
| 25 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl
|
| 26 |
+
return self._call_impl(*args, **kwargs)
|
| 27 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl
|
| 28 |
+
return forward_call(*args, **kwargs)
|
| 29 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/diffusers/models/unets/unet_2d_condition.py", line 1081, in forward
|
| 30 |
+
sample = self.conv_in(sample)
|
| 31 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1751, in _wrapped_call_impl
|
| 32 |
+
return self._call_impl(*args, **kwargs)
|
| 33 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1762, in _call_impl
|
| 34 |
+
return forward_call(*args, **kwargs)
|
| 35 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 554, in forward
|
| 36 |
+
return self._conv_forward(input, self.weight, self.bias)
|
| 37 |
+
File "/home/shuhan/miniconda3/envs/AURA/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 549, in _conv_forward
|
| 38 |
+
return F.conv2d(
|
| 39 |
+
RuntimeError: Given groups=1, weight of size [320, 22, 3, 3], expected input[2, 20, 64, 64] to have 22 channels, but got 20 channels instead
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260314_032643-ks23tcq3/files/media/images/validation_1_927878c8a51dc5e096ed.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260314_032643-ks23tcq3/files/media/images/validation_3_3c07a5356d9fc008cf56.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_1099_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_1099_962c5ac12ce32cb44558.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_1299_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_199_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_299_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_399_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_499_7b6076b08c4d336b5c7e.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_499_962c5ac12ce32cb44558.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_799_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_799_962c5ac12ce32cb44558.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_999_7b6076b08c4d336b5c7e.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_99_7b6076b08c4d336b5c7e.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/media/images/validation_99_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_142526-7226358018.14315-74784f5d-1886-4f4d-b6c8-ba0555ff1fc2/files/output.log
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wandb: Detected [huggingface_hub.inference] in use.
|
| 2 |
+
wandb: Use W&B Weave for improved LLM call tracing. Install Weave with `pip install weave` then add `import weave` to the top of your script.
|
| 3 |
+
wandb: For more information, check out the docs at: https://weave-docs.wandb.ai/
|
| 4 |
+
03/16/2026 14:25:29 - INFO - __main__ - ***** Running training *****
|
| 5 |
+
03/16/2026 14:25:29 - INFO - __main__ - Num examples = 1152
|
| 6 |
+
03/16/2026 14:25:29 - INFO - __main__ - Num batches each epoch = 9
|
| 7 |
+
03/16/2026 14:25:29 - INFO - __main__ - Num Epochs = 1112
|
| 8 |
+
03/16/2026 14:25:29 - INFO - __main__ - Instantaneous batch size per device = 32
|
| 9 |
+
03/16/2026 14:25:29 - INFO - __main__ - Total train batch size (w. parallel, distributed & accumulation) = 128
|
| 10 |
+
03/16/2026 14:25:29 - INFO - __main__ - Gradient Accumulation steps = 1
|
| 11 |
+
03/16/2026 14:25:29 - INFO - __main__ - Total optimization steps = 10000
|
| 12 |
+
Steps: 1%| | 100/10000 [09:11<14:24:07, 5.24s/it, loss=0.108, lr=1e-5]03/16/2026 14:34:40 - INFO - __main__ - Running validation...
|
| 13 |
+
[2026-03-16 14:34:41,304] [INFO] [real_accelerator.py:203:get_accelerator] Setting ds_accelerator to cuda (auto detect)
|
| 14 |
+
03/16/2026 14:34:41 - INFO - root - gcc -pthread -B /opt/conda/envs/ptca/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/ptca/include -fPIC -O2 -isystem /opt/conda/envs/ptca/include -fPIC -c /tmp/tmpy1699ti2/test.c -o /tmp/tmpy1699ti2/test.o
|
| 15 |
+
03/16/2026 14:34:41 - INFO - root - gcc -pthread -B /opt/conda/envs/ptca/compiler_compat /tmp/tmpy1699ti2/test.o -laio -o /tmp/tmpy1699ti2/a.out
|
| 16 |
+
03/16/2026 14:34:42 - INFO - root - gcc -pthread -B /opt/conda/envs/ptca/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/ptca/include -fPIC -O2 -isystem /opt/conda/envs/ptca/include -fPIC -c /tmp/tmpeotvvcj4/test.c -o /tmp/tmpeotvvcj4/test.o
|
| 17 |
+
03/16/2026 14:34:42 - INFO - root - gcc -pthread -B /opt/conda/envs/ptca/compiler_compat /tmp/tmpeotvvcj4/test.o -L/usr/local/cuda -L/usr/local/cuda/lib64 -lcufile -o /tmp/tmpeotvvcj4/a.out
|
| 18 |
+
03/16/2026 14:34:42 - INFO - root - gcc -pthread -B /opt/conda/envs/ptca/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/envs/ptca/include -fPIC -O2 -isystem /opt/conda/envs/ptca/include -fPIC -c /tmp/tmptu41wdhl/test.c -o /tmp/tmptu41wdhl/test.o
|
| 19 |
+
03/16/2026 14:34:42 - INFO - root - gcc -pthread -B /opt/conda/envs/ptca/compiler_compat /tmp/tmptu41wdhl/test.o -laio -o /tmp/tmptu41wdhl/a.out
|
| 20 |
+
/opt/conda/envs/ptca/lib/python3.10/site-packages/huggingface_hub/file_download.py:1142: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
|
| 21 |
+
warnings.warn(
|
| 22 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 23 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 24 |
+
Steps: 2%|▏ | 200/10000 [18:21<14:05:05, 5.17s/it, loss=0.114, lr=1e-5]03/16/2026 14:43:50 - INFO - __main__ - Running validation...
|
| 25 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 26 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 27 |
+
Steps: 3%|▎ | 300/10000 [27:27<13:53:54, 5.16s/it, loss=0.116, lr=1e-5]03/16/2026 14:52:56 - INFO - __main__ - Running validation...
|
| 28 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 29 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 30 |
+
Steps: 4%|▍ | 400/10000 [36:32<13:42:56, 5.14s/it, loss=0.0977, lr=1e-5]03/16/2026 15:02:02 - INFO - __main__ - Running validation...
|
| 31 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 32 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 33 |
+
Steps: 5%|▌ | 500/10000 [45:37<13:31:48, 5.13s/it, loss=0.106, lr=1e-5]03/16/2026 15:11:06 - INFO - __main__ - Running validation...
|
| 34 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 35 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 36 |
+
Steps: 6%|▌ | 600/10000 [54:41<13:19:14, 5.10s/it, loss=0.125, lr=1e-5]03/16/2026 15:20:10 - INFO - __main__ - Running validation...
|
| 37 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 38 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 39 |
+
Steps: 7%|▋ | 700/10000 [1:03:46<13:15:59, 5.14s/it, loss=0.0688, lr=1e-5]03/16/2026 15:29:15 - INFO - __main__ - Running validation...
|
| 40 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 41 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 42 |
+
Steps: 8%|▊ | 800/10000 [1:12:51<13:09:00, 5.15s/it, loss=0.0981, lr=1e-5]03/16/2026 15:38:20 - INFO - __main__ - Running validation...
|
| 43 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 44 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 45 |
+
Steps: 9%|▉ | 900/10000 [1:21:54<12:22:15, 4.89s/it, loss=0.0884, lr=1e-5]03/16/2026 15:47:23 - INFO - __main__ - Running validation...
|
| 46 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 47 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 48 |
+
Steps: 10%|█ | 1000/10000 [1:31:00<12:55:42, 5.17s/it, loss=0.102, lr=1e-5]03/16/2026 15:56:29 - INFO - accelerate.accelerator - Saving current state to device_split/checkpoint-1000
|
| 49 |
+
03/16/2026 15:56:41 - INFO - accelerate.checkpointing - Model weights saved in device_split/checkpoint-1000/pytorch_model.bin
|
| 50 |
+
03/16/2026 15:57:02 - INFO - accelerate.checkpointing - Optimizer state saved in device_split/checkpoint-1000/optimizer.bin
|
| 51 |
+
03/16/2026 15:57:02 - INFO - accelerate.checkpointing - Scheduler state saved in device_split/checkpoint-1000/scheduler.bin
|
| 52 |
+
03/16/2026 15:57:02 - INFO - accelerate.checkpointing - Random states saved in device_split/checkpoint-1000/random_states_0.pkl
|
| 53 |
+
03/16/2026 15:57:02 - INFO - __main__ - Saved state to device_split/checkpoint-1000
|
| 54 |
+
03/16/2026 15:57:02 - INFO - __main__ - Running validation...
|
| 55 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 56 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 57 |
+
Steps: 11%|█ | 1100/10000 [1:40:36<12:42:15, 5.14s/it, loss=0.0657, lr=1e-5]03/16/2026 16:06:06 - INFO - __main__ - Running validation...
|
| 58 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 59 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 60 |
+
Steps: 12%|█▏ | 1200/10000 [1:49:40<12:36:27, 5.16s/it, loss=0.131, lr=1e-5]03/16/2026 16:15:09 - INFO - __main__ - Running validation...
|
| 61 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 62 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 63 |
+
Steps: 13%|█▎ | 1300/10000 [1:58:43<12:19:52, 5.10s/it, loss=0.081, lr=1e-5]03/16/2026 16:24:12 - INFO - __main__ - Running validation...
|
| 64 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 65 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 66 |
+
Steps: 14%|█▍ | 1400/10000 [2:07:48<12:12:13, 5.11s/it, loss=0.0941, lr=1e-5]03/16/2026 16:33:17 - INFO - __main__ - Running validation...
|
| 67 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 68 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 69 |
+
Steps: 15%|█▌ | 1500/10000 [2:16:52<12:06:57, 5.13s/it, loss=0.0957, lr=1e-5]03/16/2026 16:42:21 - INFO - __main__ - Running validation...
|
| 70 |
+
{'dynamic_thresholding_ratio', 'rescale_betas_zero_snr', 'timestep_spacing', 'variance_type', 'thresholding', 'sample_max_value', 'prediction_type', 'clip_sample_range'} was not found in config. Values will be initialized to default values.
|
| 71 |
+
{'solver_order', 'dynamic_thresholding_ratio', 'predict_x0', 'timestep_spacing', 'disable_corrector', 'thresholding', 'use_karras_sigmas', 'sample_max_value', 'prediction_type', 'solver_p', 'lower_order_final', 'solver_type'} was not found in config. Values will be initialized to default values.
|
| 72 |
+
Steps: 15%|█▌ | 1546/10000 [2:21:21<11:59:58, 5.11s/it, loss=0.0357, lr=1e-5]
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_221435-0qw2te8e/files/media/images/validation_1_8f19f38e2eb25972d6bd.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260316_221435-0qw2te8e/files/media/images/validation_1_962c5ac12ce32cb44558.png
ADDED
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/files/output.log
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
wandb: Detected [huggingface_hub.inference] in use.
|
| 2 |
+
wandb: Use W&B Weave for improved LLM call tracing. Install Weave with `pip install weave` then add `import weave` to the top of your script.
|
| 3 |
+
wandb: For more information, check out the docs at: https://weave-docs.wandb.ai/
|
| 4 |
+
03/17/2026 17:33:39 - INFO - __main__ - ***** Running training *****
|
| 5 |
+
03/17/2026 17:33:39 - INFO - __main__ - Num examples = 800
|
| 6 |
+
03/17/2026 17:33:39 - INFO - __main__ - Num batches each epoch = 100
|
| 7 |
+
03/17/2026 17:33:39 - INFO - __main__ - Num Epochs = 100
|
| 8 |
+
03/17/2026 17:33:39 - INFO - __main__ - Instantaneous batch size per device = 8
|
| 9 |
+
03/17/2026 17:33:39 - INFO - __main__ - Total train batch size (w. parallel, distributed & accumulation) = 8
|
| 10 |
+
03/17/2026 17:33:39 - INFO - __main__ - Gradient Accumulation steps = 1
|
| 11 |
+
03/17/2026 17:33:39 - INFO - __main__ - Total optimization steps = 10000
|
| 12 |
+
Steps: 0%| | 0/10000 [00:00<?, ?it/s]Traceback (most recent call last):
|
| 13 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/train_new_version.py", line 1264, in <module>
|
| 14 |
+
main(args)
|
| 15 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/train_new_version.py", line 1134, in main
|
| 16 |
+
for step, batch in enumerate(train_dataloader):
|
| 17 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/accelerate/data_loader.py", line 384, in __iter__
|
| 18 |
+
current_batch = next(dataloader_iter)
|
| 19 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 733, in __next__
|
| 20 |
+
data = self._next_data()
|
| 21 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 789, in _next_data
|
| 22 |
+
data = self._dataset_fetcher.fetch(index) # may raise StopIteration
|
| 23 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/_utils/fetch.py", line 52, in fetch
|
| 24 |
+
data = [self.dataset[idx] for idx in possibly_batched_index]
|
| 25 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/_utils/fetch.py", line 52, in <listcomp>
|
| 26 |
+
data = [self.dataset[idx] for idx in possibly_batched_index]
|
| 27 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/MyDataset.py", line 101, in __getitem__
|
| 28 |
+
m = _load_bin_mask_resize(path, (H, W)) # 0/1
|
| 29 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/MyDataset.py", line 35, in _load_bin_mask_resize
|
| 30 |
+
im = Image.open(path).convert("L")
|
| 31 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/PIL/Image.py", line 3493, in open
|
| 32 |
+
fp = builtins.open(filename, "rb")
|
| 33 |
+
IsADirectoryError: [Errno 21] Is a directory: '/sd/AURAD_dataset/'
|
| 34 |
+
Traceback (most recent call last):
|
| 35 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/train_new_version.py", line 1264, in <module>
|
| 36 |
+
main(args)
|
| 37 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/train_new_version.py", line 1134, in main
|
| 38 |
+
for step, batch in enumerate(train_dataloader):
|
| 39 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/accelerate/data_loader.py", line 384, in __iter__
|
| 40 |
+
current_batch = next(dataloader_iter)
|
| 41 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 733, in __next__
|
| 42 |
+
data = self._next_data()
|
| 43 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/dataloader.py", line 789, in _next_data
|
| 44 |
+
data = self._dataset_fetcher.fetch(index) # may raise StopIteration
|
| 45 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/_utils/fetch.py", line 52, in fetch
|
| 46 |
+
data = [self.dataset[idx] for idx in possibly_batched_index]
|
| 47 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/torch/utils/data/_utils/fetch.py", line 52, in <listcomp>
|
| 48 |
+
data = [self.dataset[idx] for idx in possibly_batched_index]
|
| 49 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/MyDataset.py", line 101, in __getitem__
|
| 50 |
+
m = _load_bin_mask_resize(path, (H, W)) # 0/1
|
| 51 |
+
File "/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/MyDataset.py", line 35, in _load_bin_mask_resize
|
| 52 |
+
im = Image.open(path).convert("L")
|
| 53 |
+
File "/opt/conda/envs/ptca/lib/python3.10/site-packages/PIL/Image.py", line 3493, in open
|
| 54 |
+
fp = builtins.open(filename, "rb")
|
| 55 |
+
IsADirectoryError: [Errno 21] Is a directory: '/sd/AURAD_dataset/'
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/logs/debug-internal.log
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"time":"2026-03-17T17:33:32.991994974Z","level":"INFO","msg":"wandb-core"}
|
| 2 |
+
{"time":"2026-03-17T17:33:36.89202048Z","level":"INFO","msg":"stream: starting","core version":"0.25.1"}
|
| 3 |
+
{"time":"2026-03-17T17:33:37.404616005Z","level":"INFO","msg":"stream: created new stream","id":"7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a"}
|
| 4 |
+
{"time":"2026-03-17T17:33:37.404999327Z","level":"INFO","msg":"handler: started"}
|
| 5 |
+
{"time":"2026-03-17T17:33:37.786802882Z","level":"INFO","msg":"stream: started"}
|
| 6 |
+
{"time":"2026-03-17T17:33:37.786835298Z","level":"INFO","msg":"writer: started","stream_id":"7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a"}
|
| 7 |
+
{"time":"2026-03-17T17:33:37.786849425Z","level":"INFO","msg":"sender: started"}
|
| 8 |
+
{"time":"2026-03-17T17:33:39.531052817Z","level":"INFO","msg":"filestream: sending request","total_files":1,"console_offset":0,"console_lines":2}
|
| 9 |
+
{"time":"2026-03-17T17:33:40.522153774Z","level":"INFO","msg":"stream: closing"}
|
| 10 |
+
{"time":"2026-03-17T17:33:42.489616661Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 11 |
+
{"time":"2026-03-17T17:33:42.581158907Z","level":"INFO","msg":"fileTransfer: Close: file transfer manager closed"}
|
| 12 |
+
{"time":"2026-03-17T17:33:42.581459313Z","level":"INFO","msg":"filestream: sending request","total_files":2,"console_offset":1,"console_lines":54,"uploaded_len":5,"complete":true,"exit_code":1}
|
| 13 |
+
{"time":"2026-03-17T17:33:44.750432005Z","level":"INFO","msg":"filestream: request sent","status":"200 OK"}
|
| 14 |
+
{"time":"2026-03-17T17:33:44.75097102Z","level":"INFO","msg":"handler: closed"}
|
| 15 |
+
{"time":"2026-03-17T17:33:44.904705373Z","level":"INFO","msg":"sender: closed"}
|
| 16 |
+
{"time":"2026-03-17T17:33:44.904892345Z","level":"INFO","msg":"stream: closed"}
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/logs/debug.log
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-03-17 17:33:29,965 INFO MainThread:1991 [wandb_setup.py:_flush():81] Current SDK version is 0.25.1
|
| 2 |
+
2026-03-17 17:33:29,965 INFO MainThread:1991 [wandb_setup.py:_flush():81] Configure stats pid to 1991
|
| 3 |
+
2026-03-17 17:33:29,966 INFO MainThread:1991 [wandb_setup.py:_flush():81] Loading settings from environment variables
|
| 4 |
+
2026-03-17 17:33:30,118 INFO MainThread:1991 [wandb_init.py:setup_run_log_directory():717] Logging user logs to /sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/logs/debug.log
|
| 5 |
+
2026-03-17 17:33:30,270 INFO MainThread:1991 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to /sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260317_173321-7226260574.06340-4d56ff27-ba10-4c4d-953a-ccfb34e07c3a/logs/debug-internal.log
|
| 6 |
+
2026-03-17 17:33:30,270 INFO MainThread:1991 [wandb_init.py:init():844] calling init triggers
|
| 7 |
+
2026-03-17 17:33:30,271 INFO MainThread:1991 [wandb_init.py:init():849] wandb.init called with sweep_config: {}
|
| 8 |
+
config: {'_wandb': {}}
|
| 9 |
+
2026-03-17 17:33:30,271 INFO MainThread:1991 [wandb_init.py:init():892] starting backend
|
| 10 |
+
2026-03-17 17:33:30,621 INFO MainThread:1991 [wandb_init.py:init():895] sending inform_init request
|
| 11 |
+
2026-03-17 17:33:32,684 INFO MainThread:1991 [wandb_init.py:init():903] backend started and connected
|
| 12 |
+
2026-03-17 17:33:32,839 INFO MainThread:1991 [wandb_init.py:init():973] updated telemetry
|
| 13 |
+
2026-03-17 17:33:37,068 INFO MainThread:1991 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout
|
| 14 |
+
2026-03-17 17:33:38,662 INFO MainThread:1991 [wandb_init.py:init():1042] starting run threads in backend
|
| 15 |
+
2026-03-17 17:33:38,920 INFO MainThread:1991 [wandb_run.py:_console_start():2524] atexit reg
|
| 16 |
+
2026-03-17 17:33:38,921 INFO MainThread:1991 [wandb_run.py:_redirect():2373] redirect: wrap_raw
|
| 17 |
+
2026-03-17 17:33:38,921 INFO MainThread:1991 [wandb_run.py:_redirect():2442] Wrapping output streams.
|
| 18 |
+
2026-03-17 17:33:38,921 INFO MainThread:1991 [wandb_run.py:_redirect():2465] Redirects installed.
|
| 19 |
+
2026-03-17 17:33:39,226 INFO MainThread:1991 [wandb_init.py:init():1082] run started, returning control to user process
|
| 20 |
+
2026-03-17 17:33:39,228 INFO MainThread:1991 [wandb_run.py:_config_callback():1403] config_cb None None {'unet_dir': '/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel/CXR_SD14_unet+mask_multi_disease_channel/checkpoint-80000', 'expand_disease_channels': True, 'pretrained_model_name_or_path': 'CompVis/stable-diffusion-v1-4', 'revision': None, 'variant': None, 'tokenizer_name': None, 'output_dir': 'pacemaker_bs8', 'cache_dir': None, 'seed': None, 'resolution': 512, 'train_batch_size': 8, 'num_train_epochs': 100, 'max_train_steps': 10000, 'checkpointing_steps': 1000, 'checkpoints_total_limit': None, 'resume_from_checkpoint': None, 'gradient_accumulation_steps': 1, 'gradient_checkpointing': False, 'learning_rate': 5e-06, 'scale_lr': False, 'lr_scheduler': 'constant', 'lr_warmup_steps': 500, 'lr_num_cycles': 1, 'lr_power': 1.0, 'use_8bit_adam': False, 'dataloader_num_workers': 0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_weight_decay': 0.01, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'push_to_hub': False, 'hub_token': None, 'hub_model_id': None, 'logging_dir': 'logs', 'allow_tf32': False, 'report_to': 'wandb', 'mixed_precision': None, 'enable_xformers_memory_efficient_attention': False, 'set_grads_to_none': False, 'dataset_name': 'layout2img', 'dataset_config_name': None, 'train_data_dir': '/sd/AURAD_dataset', 'train_data_prompt': '/sd/AURAD_dataset/train_prompt_layout2image_pacemaker.json', 'image_column': 'image', 'conditioning_image_column': 'conditioning_image', 'caption_column': 'text', 'max_train_samples': None, 'proportion_empty_prompts': 0, 'num_validation_images': 4, 'validation_steps': 200, 'tracker_project_name': 'train_unet+mask', 'mask_channels': 19, 'validation_json': '/sd/AURAD_dataset/log_validation_pacemaker.json'}
|
| 21 |
+
2026-03-17 17:33:40,521 INFO wandb-AsyncioManager-main:1991 [service_client.py:_forward_responses():134] Reached EOF.
|
| 22 |
+
2026-03-17 17:33:40,522 INFO wandb-AsyncioManager-main:1991 [mailbox.py:close():155] Closing mailbox, abandoning 1 handles.
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260318_024930-7226226969.16038-4c5f9385-19f2-4569-bde1-9318d37a9e0c/logs/debug.log
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-03-18 02:49:39,099 INFO MainThread:1966 [wandb_setup.py:_flush():81] Current SDK version is 0.25.1
|
| 2 |
+
2026-03-18 02:49:39,099 INFO MainThread:1966 [wandb_setup.py:_flush():81] Configure stats pid to 1966
|
| 3 |
+
2026-03-18 02:49:39,099 INFO MainThread:1966 [wandb_setup.py:_flush():81] Loading settings from environment variables
|
| 4 |
+
2026-03-18 02:49:39,251 INFO MainThread:1966 [wandb_init.py:setup_run_log_directory():717] Logging user logs to /sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260318_024930-7226226969.16038-4c5f9385-19f2-4569-bde1-9318d37a9e0c/logs/debug.log
|
| 5 |
+
2026-03-18 02:49:39,405 INFO MainThread:1966 [wandb_init.py:setup_run_log_directory():718] Logging internal logs to /sd/AURA/layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260318_024930-7226226969.16038-4c5f9385-19f2-4569-bde1-9318d37a9e0c/logs/debug-internal.log
|
| 6 |
+
2026-03-18 02:49:39,405 INFO MainThread:1966 [wandb_init.py:init():844] calling init triggers
|
| 7 |
+
2026-03-18 02:49:39,406 INFO MainThread:1966 [wandb_init.py:init():849] wandb.init called with sweep_config: {}
|
| 8 |
+
config: {'_wandb': {}}
|
| 9 |
+
2026-03-18 02:49:39,406 INFO MainThread:1966 [wandb_init.py:init():892] starting backend
|
| 10 |
+
2026-03-18 02:49:39,766 INFO MainThread:1966 [wandb_init.py:init():895] sending inform_init request
|
| 11 |
+
2026-03-18 02:49:41,837 INFO MainThread:1966 [wandb_init.py:init():903] backend started and connected
|
| 12 |
+
2026-03-18 02:49:41,994 INFO MainThread:1966 [wandb_init.py:init():973] updated telemetry
|
| 13 |
+
2026-03-18 02:49:45,796 INFO MainThread:1966 [wandb_init.py:init():997] communicating run to backend with 90.0 second timeout
|
| 14 |
+
2026-03-18 02:49:47,805 INFO MainThread:1966 [wandb_init.py:init():1042] starting run threads in backend
|
| 15 |
+
2026-03-18 02:49:48,136 INFO MainThread:1966 [wandb_run.py:_console_start():2524] atexit reg
|
| 16 |
+
2026-03-18 02:49:48,137 INFO MainThread:1966 [wandb_run.py:_redirect():2373] redirect: wrap_raw
|
| 17 |
+
2026-03-18 02:49:48,137 INFO MainThread:1966 [wandb_run.py:_redirect():2442] Wrapping output streams.
|
| 18 |
+
2026-03-18 02:49:48,138 INFO MainThread:1966 [wandb_run.py:_redirect():2465] Redirects installed.
|
| 19 |
+
2026-03-18 02:49:48,442 INFO MainThread:1966 [wandb_init.py:init():1082] run started, returning control to user process
|
| 20 |
+
2026-03-18 02:49:48,445 INFO MainThread:1966 [wandb_run.py:_config_callback():1403] config_cb None None {'unet_dir': '/sd/AURA/layout2image_multi_unet+mask_multi_disease_channel/CXR_SD14_unet+mask_multi_disease_channel/checkpoint-80000', 'expand_disease_channels': True, 'pretrained_model_name_or_path': 'CompVis/stable-diffusion-v1-4', 'revision': None, 'variant': None, 'tokenizer_name': None, 'output_dir': 'pacemaker_bs8', 'cache_dir': None, 'seed': None, 'resolution': 512, 'train_batch_size': 8, 'num_train_epochs': 100, 'max_train_steps': 10000, 'checkpointing_steps': 1000, 'checkpoints_total_limit': None, 'resume_from_checkpoint': None, 'gradient_accumulation_steps': 1, 'gradient_checkpointing': False, 'learning_rate': 5e-06, 'scale_lr': False, 'lr_scheduler': 'constant', 'lr_warmup_steps': 500, 'lr_num_cycles': 1, 'lr_power': 1.0, 'use_8bit_adam': False, 'dataloader_num_workers': 0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_weight_decay': 0.01, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'push_to_hub': False, 'hub_token': None, 'hub_model_id': None, 'logging_dir': 'logs', 'allow_tf32': False, 'report_to': 'wandb', 'mixed_precision': None, 'enable_xformers_memory_efficient_attention': False, 'set_grads_to_none': False, 'dataset_name': 'layout2img', 'dataset_config_name': None, 'train_data_dir': '/sd/AURAD_dataset', 'train_data_prompt': '/sd/AURAD_dataset/train_prompt_layout2image_pacemaker.json', 'image_column': 'image', 'conditioning_image_column': 'conditioning_image', 'caption_column': 'text', 'max_train_samples': None, 'proportion_empty_prompts': 0, 'num_validation_images': 4, 'validation_steps': 200, 'tracker_project_name': 'train_unet+mask', 'mask_channels': 19, 'validation_json': '/sd/AURAD_dataset/log_validation_pacemaker.json'}
|
| 21 |
+
2026-03-18 07:34:21,330 INFO MainThread:1966 [wandb_run.py:_finish():2291] finishing run rockingchairbattery-cornell-university/train_unet+mask/7226226969.16038-4c5f9385-19f2-4569-bde1-9318d37a9e0c
|
| 22 |
+
2026-03-18 07:34:21,331 INFO MainThread:1966 [wandb_run.py:_atexit_cleanup():2490] got exitcode: 0
|
| 23 |
+
2026-03-18 07:34:21,591 INFO MainThread:1966 [wandb_run.py:_restore():2472] restore
|
| 24 |
+
2026-03-18 07:34:21,591 INFO MainThread:1966 [wandb_run.py:_restore():2478] restore done
|
| 25 |
+
2026-03-18 07:35:29,074 INFO MainThread:1966 [wandb_run.py:_footer_sync_info():3868] logging synced files
|
layout2image_multi_unet+mask_multi_disease_channel_device/wandb/run-20260318_154005-7226180895.80262-31537963-d369-4eb7-aaa8-51380dce1ba6/run-7226180895.80262-31537963-d369-4eb7-aaa8-51380dce1ba6.wandb
ADDED
|
Binary file (11.8 kB). View file
|
|
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_0b36601bf3054c06c3bf.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_b13f508d70b7e2278a88.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_14999_cf245b69181a94fdc789.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_19999_1070cc6df2184e9a6baa.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_19999_9c73fbc82151b4acc1ae.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_7811926aa74689847a4a.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_951723df38b9b8e3e2ee.png
ADDED
|
Git LFS Details
|
layout2image_multi_unet+mask_multi_disease_channel_total/wandb/run-20260313_183807-7226601948.21878-eff66c1a-ca93-47f1-a96f-516568e9d2ee/files/media/images/validation_24999_ea4fc92aabec858b91b9.png
ADDED
|
Git LFS Details
|