GANDLF 0.1.6.dev20250815__tar.gz → 0.1.6.dev20250817__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of GANDLF might be problematic. Click here for more details.

Files changed (206) hide show
  1. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/Dockerfile-CPU +6 -4
  2. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/Dockerfile-CUDA11.8 +6 -4
  3. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/Dockerfile-CUDA12.6 +6 -4
  4. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/Dockerfile-ROCm +6 -4
  5. gandlf-0.1.6.dev20250817/GANDLF/version.py +1 -0
  6. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/PKG-INFO +1 -1
  7. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/PKG-INFO +1 -1
  8. gandlf-0.1.6.dev20250815/GANDLF/version.py +0 -1
  9. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/.dockerignore +0 -0
  10. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/CODE_OF_CONDUCT.md +0 -0
  11. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/CONTRIBUTING.md +0 -0
  12. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/__init__.py +0 -0
  13. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/anonymize/__init__.py +0 -0
  14. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/anonymize/convert_to_nifti.py +0 -0
  15. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/__init__.py +0 -0
  16. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/config_generator.py +0 -0
  17. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/data_split_saver.py +0 -0
  18. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/deploy.py +0 -0
  19. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/generate_metrics.py +0 -0
  20. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/huggingface_hub_handler.py +0 -0
  21. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/main_run.py +0 -0
  22. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/patch_extraction.py +0 -0
  23. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/post_training_model_optimization.py +0 -0
  24. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/preprocess_and_save.py +0 -0
  25. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/cli/recover_config.py +0 -0
  26. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/__init__.py +0 -0
  27. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/forward_pass.py +0 -0
  28. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/generic.py +0 -0
  29. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/inference_loop.py +0 -0
  30. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/loss_and_metric.py +0 -0
  31. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/step.py +0 -0
  32. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/compute/training_loop.py +0 -0
  33. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/config_manager.py +0 -0
  34. {gandlf-0.1.6.dev20250815/GANDLF/privacy → gandlf-0.1.6.dev20250817/GANDLF/configuration}/__init__.py +0 -0
  35. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/default_config.py +0 -0
  36. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/differential_privacy_config.py +0 -0
  37. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/exclude_parameters.py +0 -0
  38. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/model_config.py +0 -0
  39. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/nested_training_config.py +0 -0
  40. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/optimizer_config.py +0 -0
  41. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/parameters_config.py +0 -0
  42. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/patch_sampler_config.py +0 -0
  43. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/post_processing_config.py +0 -0
  44. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/pre_processing_config.py +0 -0
  45. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/scheduler_config.py +0 -0
  46. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/user_defined_config.py +0 -0
  47. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/utils.py +0 -0
  48. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/configuration/validators.py +0 -0
  49. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/ImagesFromDataFrame.py +0 -0
  50. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/__init__.py +0 -0
  51. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/__init__.py +0 -0
  52. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/blur_enhanced.py +0 -0
  53. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/hed_augs.py +0 -0
  54. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/noise_enhanced.py +0 -0
  55. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/rgb_augs.py +0 -0
  56. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/rotations.py +0 -0
  57. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/augmentation/wrap_torchio.py +0 -0
  58. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/inference_dataloader_histopath.py +0 -0
  59. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/lightning_datamodule.py +0 -0
  60. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/patch_miner/__init__.py +0 -0
  61. {gandlf-0.1.6.dev20250815/GANDLF/models/seg_modules → gandlf-0.1.6.dev20250817/GANDLF/data/patch_miner/opm}/__init__.py +0 -0
  62. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/patch_miner/opm/patch.py +0 -0
  63. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/patch_miner/opm/patch_manager.py +0 -0
  64. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/patch_miner/opm/utils.py +0 -0
  65. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/post_process/__init__.py +0 -0
  66. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/post_process/morphology.py +0 -0
  67. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/post_process/tensor.py +0 -0
  68. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/__init__.py +0 -0
  69. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/crop_zero_planes.py +0 -0
  70. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/non_zero_normalize.py +0 -0
  71. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/normalize_rgb.py +0 -0
  72. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/resample_minimum.py +0 -0
  73. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/rgb_conversion.py +0 -0
  74. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/template_matching/__init__.py +0 -0
  75. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/template_matching/base.py +0 -0
  76. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/template_matching/histogram_matching.py +0 -0
  77. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/template_matching/stain_extractors.py +0 -0
  78. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/template_matching/stain_normalizer.py +0 -0
  79. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/template_matching/utils.py +0 -0
  80. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/data/preprocessing/threshold_and_clip.py +0 -0
  81. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/__init__.py +0 -0
  82. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/anonymizer.py +0 -0
  83. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/cli_tool.py +0 -0
  84. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/collect_stats.py +0 -0
  85. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/config_generator.py +0 -0
  86. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/construct_csv.py +0 -0
  87. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/debug_info.py +0 -0
  88. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/deploy.py +0 -0
  89. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/generate_metrics.py +0 -0
  90. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/hf_hub_integration.py +0 -0
  91. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/optimize_model.py +0 -0
  92. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/patch_miner.py +0 -0
  93. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/preprocess.py +0 -0
  94. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/recover_config.py +0 -0
  95. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/run.py +0 -0
  96. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/split_csv.py +0 -0
  97. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/subcommands.py +0 -0
  98. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/entrypoints/verify_install.py +0 -0
  99. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/grad_clipping/__init__.py +0 -0
  100. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/grad_clipping/adaptive_gradient_clipping.py +0 -0
  101. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/grad_clipping/clip_gradients.py +0 -0
  102. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/grad_clipping/grad_scaler.py +0 -0
  103. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/inference_manager.py +0 -0
  104. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/logger.py +0 -0
  105. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/logging_config.yaml +0 -0
  106. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/__init__.py +0 -0
  107. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/hybrid.py +0 -0
  108. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/hybrid_new.py +0 -0
  109. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/loss_calculators.py +0 -0
  110. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/loss_interface.py +0 -0
  111. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/regression.py +0 -0
  112. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/regression_new.py +0 -0
  113. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/segmentation.py +0 -0
  114. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/losses/segmentation_new.py +0 -0
  115. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/__init__.py +0 -0
  116. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/classification.py +0 -0
  117. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/generic.py +0 -0
  118. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/metric_calculators.py +0 -0
  119. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/panoptica_config_brats.yaml +0 -0
  120. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/regression.py +0 -0
  121. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/segmentation.py +0 -0
  122. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/segmentation_panoptica.py +0 -0
  123. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/metrics/synthesis.py +0 -0
  124. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/MSDNet.py +0 -0
  125. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/__init__.py +0 -0
  126. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/brain_age.py +0 -0
  127. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/deep_unet.py +0 -0
  128. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/densenet.py +0 -0
  129. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/dynunet_wrapper.py +0 -0
  130. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/efficientnet.py +0 -0
  131. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/fcn.py +0 -0
  132. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/imagenet_unet.py +0 -0
  133. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/imagenet_vgg.py +0 -0
  134. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/light_unet.py +0 -0
  135. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/light_unet_multilayer.py +0 -0
  136. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/lightning_module.py +0 -0
  137. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/modelBase.py +0 -0
  138. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/resnet.py +0 -0
  139. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/sdnet.py +0 -0
  140. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/DecodingModule.py +0 -0
  141. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/DownsamplingModule.py +0 -0
  142. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/EncodingModule.py +0 -0
  143. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/FCNUpsamplingModule.py +0 -0
  144. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/IncConv.py +0 -0
  145. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/IncDownsamplingModule.py +0 -0
  146. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/IncDropout.py +0 -0
  147. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/IncUpsamplingModule.py +0 -0
  148. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/InceptionModule.py +0 -0
  149. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/InitialConv.py +0 -0
  150. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/Interpolate.py +0 -0
  151. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/ResNetModule.py +0 -0
  152. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/UpsamplingModule.py +0 -0
  153. {gandlf-0.1.6.dev20250815/GANDLF/data/patch_miner/opm → gandlf-0.1.6.dev20250817/GANDLF/models/seg_modules}/__init__.py +0 -0
  154. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/add_conv_block.py +0 -0
  155. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/add_downsample_conv_block.py +0 -0
  156. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/average_pool.py +0 -0
  157. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/seg_modules/out_conv.py +0 -0
  158. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/transunet.py +0 -0
  159. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/uinc.py +0 -0
  160. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/unet.py +0 -0
  161. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/unet_multilayer.py +0 -0
  162. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/unetr.py +0 -0
  163. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/models/vgg.py +0 -0
  164. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/__init__.py +0 -0
  165. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/thirdparty/__init__.py +0 -0
  166. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/thirdparty/ademamix.py +0 -0
  167. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/thirdparty/adopt.py +0 -0
  168. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/thirdparty/lion.py +0 -0
  169. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/wrap_monai.py +0 -0
  170. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/optimizers/wrap_torch.py +0 -0
  171. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/parseConfig.py +0 -0
  172. {gandlf-0.1.6.dev20250815/GANDLF/configuration → gandlf-0.1.6.dev20250817/GANDLF/privacy}/__init__.py +0 -0
  173. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/privacy/opacus/__init__.py +0 -0
  174. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/privacy/opacus/config_parsing.py +0 -0
  175. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/privacy/opacus/model_handling.py +0 -0
  176. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/privacy/opacus/opacus_anonymization_manager.py +0 -0
  177. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/privacy/opacus/training_utils.py +0 -0
  178. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/schedulers/__init__.py +0 -0
  179. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/schedulers/wrap_monai.py +0 -0
  180. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/schedulers/wrap_torch.py +0 -0
  181. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/training_manager.py +0 -0
  182. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/__init__.py +0 -0
  183. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/data_splitter.py +0 -0
  184. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/exceptions.py +0 -0
  185. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/gandlf_logging.py +0 -0
  186. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/generic.py +0 -0
  187. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/handle_collisions.py +0 -0
  188. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/imaging.py +0 -0
  189. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/modelbase.py +0 -0
  190. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/modelio.py +0 -0
  191. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/parameter_processing.py +0 -0
  192. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/pred_target_processors.py +0 -0
  193. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/tensor.py +0 -0
  194. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF/utils/write_parse.py +0 -0
  195. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/SOURCES.txt +0 -0
  196. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/dependency_links.txt +0 -0
  197. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/entry_points.txt +0 -0
  198. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/not-zip-safe +0 -0
  199. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/requires.txt +0 -0
  200. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/GANDLF.egg-info/top_level.txt +0 -0
  201. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/LICENSE +0 -0
  202. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/MANIFEST.in +0 -0
  203. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/README.md +0 -0
  204. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/SECURITY.md +0 -0
  205. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/setup.cfg +0 -0
  206. {gandlf-0.1.6.dev20250815 → gandlf-0.1.6.dev20250817}/setup.py +0 -0
@@ -7,6 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
7
7
 
8
8
  # Install fresh Python and dependencies for build-from-source
9
9
  RUN apt-get update && apt-get install -y software-properties-common
10
+ RUN apt-get install -y git
10
11
  RUN add-apt-repository ppa:deadsnakes/ppa
11
12
  RUN apt install -y python3.11
12
13
  RUN apt install -y libpython3.11-dev
@@ -18,18 +19,19 @@ RUN apt install -y python3-pip
18
19
  RUN apt-get install -y libjpeg8-dev zlib1g-dev libffi-dev libgl1
19
20
  # fix pip version because of weird PyYAML issue
20
21
  RUN python3.11 -m pip install --upgrade pip
22
+ RUN python3.11 -m pip install uv
21
23
  # EXPLICITLY install cpu versions of torch/torchvision (not all versions have +cpu modes on PyPI...)
22
- RUN python3.11 -m pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cpu
23
- RUN python3.11 -m pip install openvino-dev opencv-python-headless
24
+ RUN uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cpu --system
25
+ RUN uv pip install openvino-dev opencv-python-headless --system
24
26
 
25
27
  # Do some dependency installation separately here to make layer caching more efficient
26
28
  COPY ./setup.py ./setup.py
27
29
  RUN python3.11 -c "from setup import requirements; file = open('requirements.txt', 'w'); file.writelines([req + '\n' for req in requirements]); file.close()" \
28
- && python3.11 -m pip install -r ./requirements.txt
30
+ && uv pip install -r ./requirements.txt --system
29
31
 
30
32
  COPY . /GaNDLF
31
33
  WORKDIR /GaNDLF
32
- RUN python3.11 -m pip install -e .
34
+ RUN uv pip install -e . --system
33
35
  # Entrypoint forces all commands given via "docker run" to go through python, CMD forces the default entrypoint script argument to be gandlf run
34
36
  # If a user calls "docker run gandlf:[tag] anonymize", it will resolve to running "gandlf anonymize" instead.
35
37
  # CMD is inherently overridden by args to "docker run", entrypoint is constant.
@@ -10,6 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
10
10
 
11
11
  # Explicitly install python3.11 (this uses 11.1 for now, as PyTorch LTS 1.8.2 is built against it)
12
12
  RUN apt-get update && apt-get install -y software-properties-common
13
+ RUN apt-get install -y git
13
14
  RUN add-apt-repository ppa:deadsnakes/ppa
14
15
  RUN apt install -y python3.11
15
16
  RUN apt install -y libpython3.11-dev
@@ -21,17 +22,18 @@ RUN apt install -y python3-pip
21
22
  RUN apt-get install -y libjpeg8-dev zlib1g-dev libffi-dev libgl1
22
23
  # fix pip version because of weird PyYAML issue
23
24
  RUN python3.11 -m pip install --upgrade pip
24
- RUN python3.11 -m pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu118
25
- RUN python3.11 -m pip install openvino-dev opencv-python-headless
25
+ RUN python3.11 -m pip install uv
26
+ RUN uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu118 --system
27
+ RUN uv pip install openvino-dev opencv-python-headless --system
26
28
 
27
29
  # Do some dependency installation separately here to make layer caching more efficient
28
30
  COPY ./setup.py ./setup.py
29
31
  RUN python3.11 -c "from setup import requirements; file = open('requirements.txt', 'w'); file.writelines([req + '\n' for req in requirements]); file.close()" \
30
- && python3.11 -m pip install -r ./requirements.txt
32
+ && uv pip install -r ./requirements.txt --system
31
33
 
32
34
  COPY . /GaNDLF
33
35
  WORKDIR /GaNDLF
34
- RUN python3.11 -m pip install -e .
36
+ RUN uv pip install -e . --system
35
37
 
36
38
  # Entrypoint forces all commands given via "docker run" to go through python, CMD forces the default entrypoint script argument to be gandlf run
37
39
  # If a user calls "docker run gandlf:[tag] anonymize", it will resolve to running "gandlf anonymize" instead.
@@ -10,6 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
10
10
 
11
11
  # Explicitly install python3.11 (this uses 11.1 for now, as PyTorch LTS 1.8.2 is built against it)
12
12
  RUN apt-get update && apt-get install -y software-properties-common
13
+ RUN apt-get install -y git
13
14
  RUN add-apt-repository ppa:deadsnakes/ppa
14
15
  RUN apt install -y python3.11
15
16
  RUN apt install -y libpython3.11-dev
@@ -21,17 +22,18 @@ RUN apt install -y python3-pip
21
22
  RUN apt-get install -y libjpeg8-dev zlib1g-dev libffi-dev libgl1
22
23
  # fix pip version because of weird PyYAML issue
23
24
  RUN python3.11 -m pip install --upgrade pip
24
- RUN python3.11 -m pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu126
25
- RUN python3.11 -m pip install openvino-dev opencv-python-headless
25
+ RUN python3.11 -m pip install uv
26
+ RUN uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/cu126 --system
27
+ RUN uv pip install openvino-dev opencv-python-headless --system
26
28
 
27
29
  # Do some dependency installation separately here to make layer caching more efficient
28
30
  COPY ./setup.py ./setup.py
29
31
  RUN python3.11 -c "from setup import requirements; file = open('requirements.txt', 'w'); file.writelines([req + '\n' for req in requirements]); file.close()" \
30
- && python3.11 -m pip install -r ./requirements.txt
32
+ && uv pip install -r ./requirements.txt --system
31
33
 
32
34
  COPY . /GaNDLF
33
35
  WORKDIR /GaNDLF
34
- RUN python3.11 -m pip install -e .
36
+ RUN uv pip install -e . --system
35
37
 
36
38
  # Entrypoint forces all commands given via "docker run" to go through python, CMD forces the default entrypoint script argument to be gandlf run
37
39
  # If a user calls "docker run gandlf:[tag] anonymize", it will resolve to running "gandlf anonymize" instead.
@@ -8,6 +8,7 @@ LABEL version=1.0
8
8
 
9
9
  # The base image contains ROCm, python 3.9 and pytorch already, no need to install those
10
10
  RUN apt-get update && apt-get install -y software-properties-common
11
+ RUN apt-get install -y git
11
12
  RUN add-apt-repository ppa:deadsnakes/ppa
12
13
  RUN apt install -y python3.11
13
14
  RUN apt install -y libpython3.11-dev
@@ -19,17 +20,18 @@ RUN apt install -y python3-pip
19
20
  RUN apt-get install -y python3.11 python3-pip libjpeg8-dev zlib1g-dev python3-dev libpython3.11-dev libffi-dev libgl1
20
21
  # fix pip version because of weird PyYAML issue
21
22
  RUN python3.11 -m pip install --upgrade pip
22
- RUN python3.11 -m pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/rocm6.3
23
- RUN python3.11 -m pip install openvino-dev opencv-python-headless
23
+ RUN python3.11 -m pip install uv
24
+ RUN uv pip install torch==2.7.1 torchvision==0.22.1 torchaudio==2.7.1 --index-url https://download.pytorch.org/whl/rocm6.3 --system
25
+ RUN uv pip install openvino-dev opencv-python-headless --system
24
26
 
25
27
  # Do some dependency installation separately here to make layer caching more efficient
26
28
  COPY ./setup.py ./setup.py
27
29
  RUN python3.11 -c "from setup import requirements; file = open('requirements.txt', 'w'); file.writelines([req + '\n' for req in requirements]); file.close()" \
28
- && python3.11 -m pip install -r ./requirements.txt
30
+ && uv pip install -r ./requirements.txt --system
29
31
 
30
32
  COPY . /GaNDLF
31
33
  WORKDIR /GaNDLF
32
- RUN python3.11 -m pip install -e .
34
+ RUN uv pip install -e . --system
33
35
 
34
36
  # Entrypoint forces all commands given via "docker run" to go through python, CMD forces the default entrypoint script argument to be gandlf run
35
37
  # If a user calls "docker run gandlf:[tag] anonymize", it will resolve to running "gandlf anonymize" instead.
@@ -0,0 +1 @@
1
+ __version__ = "0.1.6-dev20250817"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GANDLF
3
- Version: 0.1.6.dev20250815
3
+ Version: 0.1.6.dev20250817
4
4
  Summary: PyTorch-based framework that handles segmentation/regression/classification using various DL architectures for medical imaging.
5
5
  Author: MLCommons
6
6
  Author-email: gandlf@mlcommons.org
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: GANDLF
3
- Version: 0.1.6.dev20250815
3
+ Version: 0.1.6.dev20250817
4
4
  Summary: PyTorch-based framework that handles segmentation/regression/classification using various DL architectures for medical imaging.
5
5
  Author: MLCommons
6
6
  Author-email: gandlf@mlcommons.org
@@ -1 +0,0 @@
1
- __version__ = "0.1.6-dev20250815"