weightslab 1.2.3__tar.gz → 1.2.4__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.
- weightslab-1.2.4/CHANGELOG.md +1 -0
- {weightslab-1.2.3/weightslab.egg-info → weightslab-1.2.4}/PKG-INFO +1 -1
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/_version.py +3 -3
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/checkpoint_manager.py +2 -2
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/global_monitoring.py +4 -3
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/trainer.py +1 -1
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/src.py +3 -10
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/trainer_services.py +1 -1
- {weightslab-1.2.3 → weightslab-1.2.4/weightslab.egg-info}/PKG-INFO +1 -1
- weightslab-1.2.3/CHANGELOG.md +0 -1
- {weightslab-1.2.3 → weightslab-1.2.4}/.gitattributes +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/.github/workflows/ci.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/.github/workflows/docs-pages.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/.github/workflows/release.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/.gitignore +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/AGENTS.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/LICENSE +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/agent_config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/.gitkeep +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/custom.css +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/favicon.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/logo-dark.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/logo-light.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/version-switcher.js +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_static/weights_studio_architecture.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/_templates/.gitkeep +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/conf.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/configuration.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/data_exploration.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/four_way_approach.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/grpc/audit_logger.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/grpc/grpc_functions.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/grpc/index.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/hyperparameters.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/index.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/logger.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/model_interaction.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/pytorch_lightning.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/quickstart.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/requirements.txt +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/segmentation_usecase.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/usecases.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/user_functions.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/docs/weights_studio.rst +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/pyproject.toml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/setup.cfg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/art.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/audit_logger.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/cli.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/dataloader_interface.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/ledgers.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/logger.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/model_interface.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/backend/optimizer_interface.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/baseline_models/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/baseline_models/pytorch/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/baseline_models/pytorch/models.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/evaluation_controller.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/experiment_hash.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/parallel_primitives.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/components/tracking.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/array_proxy.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/data_samples_with_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/data_utils.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/dataframe_manager.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/h5_array_store.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/h5_dataframe_store.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/point_cloud_utils.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/data/sample_stats.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/docker_in_docker/Dockerfile +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/docker_in_docker/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/docker_in_docker/docker-compose.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/docker_in_docker/entrypoint.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/siblings_self_contained/Dockerfile +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/siblings_self_contained/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/siblings_self_contained/docker-compose.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/siblings_self_contained/entrypoint.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/siblings_self_contained/ui-compose.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Lightning/ws-classification/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Lightning/ws-classification/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-classification/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-classification/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/data.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/model.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/signals.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/utils.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/utils/criterions.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/utils/data.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/utils/model.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-generation/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-generation/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0000f77c-6257be58.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/000f8d37-d4c09a0f.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00a0f008-a315437f.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00c12bd0-bb46e479.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00c29c52-f9524f1e.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00ce6f6d-50bbee62.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00d1bafa-1b47b41c.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00d7268f-fd4487be.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00f0dd0f-5e9c9557.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0a0d7f4c-ac5c3c8f.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0a1f4fce-f9cac880.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0a3bb2d8-c195d91e.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1cac6a7-04e33135.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1ceb32e-3f481b43.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1d10d08-5b108225.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1d22449-15fb948f.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1d7b3ac-5af8623b.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1dce572-c6a8cb5e.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1e1a7b8-0aec80e8.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1e8ad72-c3c79240.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1ee702d-0ae1fc10.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1f0efd9-37a14dda.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b2a0648b-d8e126bc.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b2b70230-bad4ff6e.jpg +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0000f77c-6257be58.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/000f8d37-d4c09a0f.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00a0f008-a315437f.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00c12bd0-bb46e479.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00c29c52-f9524f1e.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00ce6f6d-50bbee62.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00d1bafa-1b47b41c.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00d7268f-fd4487be.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00f0dd0f-5e9c9557.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0a0d7f4c-ac5c3c8f.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0a1f4fce-f9cac880.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0a3bb2d8-c195d91e.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1cac6a7-04e33135.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1ceb32e-3f481b43.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1d10d08-5b108225.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1d22449-15fb948f.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1d7b3ac-5af8623b.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1dce572-c6a8cb5e.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1e1a7b8-0aec80e8.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1e8ad72-c3c79240.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1ee702d-0ae1fc10.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1f0efd9-37a14dda.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b2a0648b-d8e126bc.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b2b70230-bad4ff6e.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/utils/criterions.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/utils/data.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/utils/model.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Ultralytics/ws-detection/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Ultralytics/ws-detection/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Ultralytics/ws-detection/requirements.txt +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/utils/criterions.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/utils/data.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/utils/model.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/config.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/main.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/criterions.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/data.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/kitti_download.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/model.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/README.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/_utils.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/collate.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/dataset.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/integrations/ultralytics/signals.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/models/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/models/model_with_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/models/monkey_patcher.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/modules/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/modules/modules_with_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/modules/neuron_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/proto/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/proto/experiment_service.proto +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/proto/experiment_service_pb2.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/proto/experiment_service_pb2_grpc.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/security/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/security/cert_auth_manager.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_audit_logger.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_cli_additional_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_compare_dataloaders.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_data_loader_interface.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_instance_signal_logger.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_ledgers.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_logger_core.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_model_interface_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_optimizer_interface.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_optimizer_interface_additional_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_ui_docker_bridge.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_write_dataframe.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/backend/test_write_history.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/chaos_monkeys_utests/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/chaos_monkeys_utests/test_grpc_chaos_monkey_robustness.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/components/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/components/test_checkpoint_workflow.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/components/test_experiment_hash_and_art.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/components/test_global_monitoring_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_data_samples_with_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_data_service_metadata_copy.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_data_utils_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_dataframe_manager_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_flush_pipeline.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_h5_array_store.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_h5_dataframe_store.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/data/test_point_cloud_utils.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/gRPC/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/gRPC/test_get_point_cloud.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/gRPC/test_grpc_tag_operations.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/gRPC/test_grpc_user_actions.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/test_auditor_mode.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/test_cli.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/test_hyperparams.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/test_logger_snapshot_rotation.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/test_signals.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/general/test_signals_wrapping.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/integrations/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/integrations/test_pytorch_lightning_integration.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/integrations/ultralytics/ddp/ddp_ablation.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/integrations/ultralytics/ddp/ddp_test_suite.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/test_constraint_generation.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/test_dependency_patterns.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/test_logger.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/test_model_with_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/test_model_with_ops_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/model/test_tracking.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/modules/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/modules/test_modules_with_ops.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/test_secure_docker.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/test_src_functions.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/services/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/services/test_agent_prompt_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/services/test_agent_service_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/services/test_trainer_services_server.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/services/test_trainer_services_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/trainer/test_trainer_tools.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_computational_graph_utils_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_logs_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_modules_dependencies_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_plot_graph_render_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_plot_graph_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_shape_prop_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/utils/test_utils_tools_unit.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/watchdog/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/watchdog/test_lock_monitor.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/tests/watchdog/test_watchdog.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/experiment_context.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent/agent.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent/agent_overview/agent.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent/agent_overview/query_example.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent/agent_overview/schema.png +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent/intent_prompt.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/agent_service.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/data_image_utils.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/data_service.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/experiment_service.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/instance_merger.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/model_service.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/utils/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/services/utils/tools.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/trainer/trainer_tools.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/Dockerfile +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/.dockerignore +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/.env.example +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/DEPLOYMENT.md +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/docker-compose.yml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/nginx-entrypoint.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/nginx.base-path.conf copy.template +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/nginx.base-path.conf.template +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/nginx.conf +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/test-deployment.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/utils/build-and-deploy.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/utils/generate-certs-auth-token.ps1 +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/utils/generate-certs-auth-token.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/docker/utils/test-deployment.sh +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/envoy/envoy.downstream_plaintext.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/envoy/envoy.downstream_upstream_plaintext.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/envoy/envoy.upstream_plaintext.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/envoy/envoy.yaml +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui/nginx.conf +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/ui_docker_bridge.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/computational_graph.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/logs.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/modules_dependencies.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/plot_graph.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/shape_prop.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/utils/tools.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/watchdog/__init__.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/watchdog/grpc_watchdog.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/watchdog/lock_monitor.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/watchdog/log_level.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab/watchdog/watchdog.py +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab.egg-info/SOURCES.txt +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab.egg-info/dependency_links.txt +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab.egg-info/entry_points.txt +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab.egg-info/requires.txt +0 -0
- {weightslab-1.2.3 → weightslab-1.2.4}/weightslab.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Changelog - 2026-06-17 v1.2.4 (1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weightslab
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Paving the way between black-box and white-box modeling.
|
|
5
5
|
Author-email: Alexandru-Andrei Rotaru <alexandru@graybx.com>, Guillaue Pelluet <guillaue@graybx.com>
|
|
6
6
|
License: BSD 2-clause
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.2.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 2,
|
|
21
|
+
__version__ = version = '1.2.4'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 2, 4)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gf0148ea1e'
|
|
@@ -833,8 +833,8 @@ class CheckpointManager:
|
|
|
833
833
|
weights_model = None
|
|
834
834
|
|
|
835
835
|
if 'model' in changed_components and model is not None and dump_model_architecture:
|
|
836
|
-
logger.info("Dumping model architecture...")
|
|
837
|
-
self.save_model_architecture(model)
|
|
836
|
+
# logger.info("Dumping model architecture...")
|
|
837
|
+
# self.save_model_architecture(model)
|
|
838
838
|
should_save_weights = True
|
|
839
839
|
weights_model = model
|
|
840
840
|
|
|
@@ -219,9 +219,10 @@ class GuardContext:
|
|
|
219
219
|
Executed upon entering the 'with' block. Sets the model to training mode.
|
|
220
220
|
"""
|
|
221
221
|
self._maybe_pause_at_step()
|
|
222
|
-
if
|
|
223
|
-
|
|
224
|
-
|
|
222
|
+
if not is_in_evaluation():
|
|
223
|
+
if f:
|
|
224
|
+
pause_controller.resume(force=f)
|
|
225
|
+
pause_controller.wait_if_paused()
|
|
225
226
|
self.architecture_guard.__enter__()
|
|
226
227
|
|
|
227
228
|
# Set the current context for this execution
|
|
@@ -28,7 +28,6 @@ from torch.nn import Identity
|
|
|
28
28
|
from ultralytics.models.yolo.detect import DetectionTrainer
|
|
29
29
|
|
|
30
30
|
import weightslab as wl
|
|
31
|
-
from weightslab.components.global_monitoring import pause_controller
|
|
32
31
|
from weightslab.backend import ledgers
|
|
33
32
|
|
|
34
33
|
from .collate import wl_ul_dict_collate
|
|
@@ -73,6 +72,7 @@ class WLAwareTrainer(DetectionTrainer):
|
|
|
73
72
|
# Clean pause ctrl callbacks
|
|
74
73
|
raised_exc = None
|
|
75
74
|
try:
|
|
75
|
+
# Should be remove as guards is no blocker now
|
|
76
76
|
on_val_batch_start_callbacks = trainer.validator.callbacks.pop('on_val_batch_start') # Remove pause ctrl deps. We can use it as resume pause ctrl will trigger the training in //.
|
|
77
77
|
on_val_batch_end_callbacks = trainer.validator.callbacks.pop('on_val_batch_end') # Remove pause ctrl deps. We can use it as resume pause ctrl will trigger the training in //.
|
|
78
78
|
val_loader = trainer.validator.dataloader
|
|
@@ -1729,14 +1729,6 @@ def save_signals(
|
|
|
1729
1729
|
preds_np = expand_dim(preds_np)
|
|
1730
1730
|
preds_raw_np = expand_dim(preds_raw_np)
|
|
1731
1731
|
|
|
1732
|
-
# During evaluation mode we must not mutate dataframe state.
|
|
1733
|
-
try:
|
|
1734
|
-
from weightslab.components.evaluation_controller import eval_controller
|
|
1735
|
-
if eval_controller.is_running():
|
|
1736
|
-
return
|
|
1737
|
-
except Exception:
|
|
1738
|
-
pass
|
|
1739
|
-
|
|
1740
1732
|
# Enqueue to dataframe manager buffer for efficiency
|
|
1741
1733
|
DATAFRAME_M.enqueue_batch(
|
|
1742
1734
|
sample_ids=batch_ids_np,
|
|
@@ -2666,12 +2658,13 @@ def run_pending_evaluation(
|
|
|
2666
2658
|
controlled_loader = _EvalManagedLoader(loader_if, split_name, total_batches, max_batches=max_steps)
|
|
2667
2659
|
eval_error = None
|
|
2668
2660
|
|
|
2669
|
-
# Set evaluation context (exempt from watchdog timeouts)
|
|
2661
|
+
# Set evaluation context (exempt from watchdog timeouts) and guarding
|
|
2670
2662
|
from weightslab.components.global_monitoring import set_in_evaluation, reset_in_evaluation
|
|
2671
2663
|
eval_context_token = set_in_evaluation(True)
|
|
2672
2664
|
|
|
2673
2665
|
try:
|
|
2674
|
-
|
|
2666
|
+
with th.no_grad():
|
|
2667
|
+
_eval_fn(controlled_loader)
|
|
2675
2668
|
except _EvalCanceled as exc:
|
|
2676
2669
|
logger_obj.warning("[wl.run_pending_evaluation] canceled: %s", exc)
|
|
2677
2670
|
eval_controller.mark_canceled(str(exc))
|
|
@@ -466,7 +466,7 @@ def grpc_serve(
|
|
|
466
466
|
watchdog_exit_on_stuck = str(os.getenv("GRPC_WATCHDOG_EXIT_ON_STUCK", "0")).strip().lower() in {"1", "true", "yes", "on"}
|
|
467
467
|
watchdog_restart_threshold = int(os.getenv("GRPC_WATCHDOG_RESTART_THRESHOLD", "3")) # Restart after 3 unhealthy checks
|
|
468
468
|
watchdog_details_limit = int(os.getenv("GRPC_WATCHDOG_INFLIGHT_DETAILS_LIMIT", "10"))
|
|
469
|
-
watchdog_disabled = str(os.getenv("WEIGHTSLAB_DISABLE_WATCHDOGS", "
|
|
469
|
+
watchdog_disabled = str(os.getenv("WEIGHTSLAB_DISABLE_WATCHDOGS", "1")).strip().lower() in {"1", "true", "yes", "on"} # Default state: disabled
|
|
470
470
|
config = get_hyperparams()
|
|
471
471
|
grpc_tls_enabled = _resolve_bool_setting(config, "grpc_tls_enabled", "GRPC_TLS_ENABLED", "0")
|
|
472
472
|
grpc_tls_key_file = _resolve_grpc_tls_path(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weightslab
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Paving the way between black-box and white-box modeling.
|
|
5
5
|
Author-email: Alexandru-Andrei Rotaru <alexandru@graybx.com>, Guillaue Pelluet <guillaue@graybx.com>
|
|
6
6
|
License: BSD 2-clause
|
weightslab-1.2.3/CHANGELOG.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Changelog - 2026-06-12 v1.2.3 (1)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Docker_training/docker_in_docker/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Lightning/ws-classification/config.yaml
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Lightning/ws-classification/main.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-classification/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/__init__.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/data.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/model.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/signals.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-clustering/face/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/utils/criterions.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/utils/data.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-detection/utils/model.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/utils/data.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/PyTorch/ws-segmentation/utils/model.py
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Ultralytics/ws-detection/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Ultralytics/ws-detection/requirements.txt
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/README.md
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/config.yaml
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-2d-lidar-detection/main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/README.md
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/config.yaml
RENAMED
|
File without changes
|
{weightslab-1.2.3 → weightslab-1.2.4}/weightslab/examples/Usecases/ws-3d-lidar-detection/main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|