weightslab 1.2.4__tar.gz → 1.2.5__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.5/CHANGELOG.md +1 -0
- {weightslab-1.2.4/weightslab.egg-info → weightslab-1.2.5}/PKG-INFO +1 -1
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/_version.py +3 -3
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/trainer.py +15 -13
- {weightslab-1.2.4 → weightslab-1.2.5/weightslab.egg-info}/PKG-INFO +1 -1
- weightslab-1.2.4/CHANGELOG.md +0 -1
- {weightslab-1.2.4 → weightslab-1.2.5}/.gitattributes +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/.github/workflows/ci.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/.github/workflows/docs-pages.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/.github/workflows/release.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/.gitignore +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/AGENTS.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/LICENSE +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/agent_config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/.gitkeep +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/custom.css +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/favicon.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/logo-dark.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/logo-light.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/version-switcher.js +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_static/weights_studio_architecture.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/_templates/.gitkeep +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/conf.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/configuration.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/data_exploration.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/four_way_approach.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/grpc/audit_logger.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/grpc/grpc_functions.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/grpc/index.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/hyperparameters.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/index.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/logger.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/model_interaction.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/pytorch_lightning.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/quickstart.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/requirements.txt +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/segmentation_usecase.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/usecases.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/user_functions.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/docs/weights_studio.rst +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/pyproject.toml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/setup.cfg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/art.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/audit_logger.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/cli.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/dataloader_interface.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/ledgers.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/logger.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/model_interface.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/backend/optimizer_interface.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/baseline_models/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/baseline_models/pytorch/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/baseline_models/pytorch/models.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/checkpoint_manager.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/evaluation_controller.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/experiment_hash.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/global_monitoring.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/parallel_primitives.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/components/tracking.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/array_proxy.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/data_samples_with_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/data_utils.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/dataframe_manager.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/h5_array_store.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/h5_dataframe_store.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/point_cloud_utils.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/data/sample_stats.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/docker_in_docker/Dockerfile +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/docker_in_docker/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/docker_in_docker/docker-compose.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/docker_in_docker/entrypoint.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/siblings_self_contained/Dockerfile +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/siblings_self_contained/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/siblings_self_contained/docker-compose.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/siblings_self_contained/entrypoint.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Docker_training/siblings_self_contained/ui-compose.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Lightning/ws-classification/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Lightning/ws-classification/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-classification/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-classification/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/data.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/model.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/signals.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/utils.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/utils/criterions.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/utils/data.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/utils/model.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-generation/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-generation/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0000f77c-6257be58.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/000f8d37-d4c09a0f.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00a0f008-a315437f.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00c12bd0-bb46e479.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00c29c52-f9524f1e.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00ce6f6d-50bbee62.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00d1bafa-1b47b41c.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00d7268f-fd4487be.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/00f0dd0f-5e9c9557.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0a0d7f4c-ac5c3c8f.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0a1f4fce-f9cac880.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/train/0a3bb2d8-c195d91e.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1cac6a7-04e33135.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1ceb32e-3f481b43.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1d10d08-5b108225.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1d22449-15fb948f.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1d7b3ac-5af8623b.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1dce572-c6a8cb5e.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1e1a7b8-0aec80e8.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1e8ad72-c3c79240.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1ee702d-0ae1fc10.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b1f0efd9-37a14dda.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b2a0648b-d8e126bc.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/images/val/b2b70230-bad4ff6e.jpg +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0000f77c-6257be58.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/000f8d37-d4c09a0f.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00a0f008-a315437f.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00c12bd0-bb46e479.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00c29c52-f9524f1e.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00ce6f6d-50bbee62.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00d1bafa-1b47b41c.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00d7268f-fd4487be.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/00f0dd0f-5e9c9557.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0a0d7f4c-ac5c3c8f.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0a1f4fce-f9cac880.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/train/0a3bb2d8-c195d91e.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1cac6a7-04e33135.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1ceb32e-3f481b43.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1d10d08-5b108225.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1d22449-15fb948f.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1d7b3ac-5af8623b.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1dce572-c6a8cb5e.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1e1a7b8-0aec80e8.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1e8ad72-c3c79240.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1ee702d-0ae1fc10.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b1f0efd9-37a14dda.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b2a0648b-d8e126bc.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/BDD_subset/labels/val/b2b70230-bad4ff6e.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/utils/criterions.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/utils/data.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/utils/model.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Ultralytics/ws-detection/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Ultralytics/ws-detection/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Ultralytics/ws-detection/requirements.txt +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/utils/criterions.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/utils/data.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/utils/model.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/config.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/main.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/criterions.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/data.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/kitti_download.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/utils/model.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/README.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/_utils.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/collate.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/dataset.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/integrations/ultralytics/signals.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/models/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/models/model_with_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/models/monkey_patcher.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/modules/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/modules/modules_with_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/modules/neuron_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/proto/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/proto/experiment_service.proto +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/proto/experiment_service_pb2.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/proto/experiment_service_pb2_grpc.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/security/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/security/cert_auth_manager.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/src.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_audit_logger.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_cli_additional_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_compare_dataloaders.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_data_loader_interface.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_instance_signal_logger.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_ledgers.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_logger_core.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_model_interface_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_optimizer_interface.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_optimizer_interface_additional_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_ui_docker_bridge.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_write_dataframe.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_write_history.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/chaos_monkeys_utests/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/chaos_monkeys_utests/test_grpc_chaos_monkey_robustness.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/components/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/components/test_checkpoint_workflow.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/components/test_experiment_hash_and_art.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/components/test_global_monitoring_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_data_samples_with_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_data_service_metadata_copy.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_data_utils_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_dataframe_manager_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_flush_pipeline.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_h5_array_store.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_h5_dataframe_store.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/data/test_point_cloud_utils.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/gRPC/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/gRPC/test_get_point_cloud.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/gRPC/test_grpc_tag_operations.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/gRPC/test_grpc_user_actions.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/test_auditor_mode.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/test_cli.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/test_hyperparams.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/test_logger_snapshot_rotation.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/test_signals.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/general/test_signals_wrapping.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/integrations/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/integrations/test_pytorch_lightning_integration.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/integrations/ultralytics/ddp/ddp_ablation.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/integrations/ultralytics/ddp/ddp_test_suite.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/test_constraint_generation.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/test_dependency_patterns.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/test_logger.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/test_model_with_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/test_model_with_ops_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/model/test_tracking.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/modules/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/modules/test_modules_with_ops.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/test_secure_docker.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/test_src_functions.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/services/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/services/test_agent_prompt_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/services/test_agent_service_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/services/test_trainer_services_server.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/services/test_trainer_services_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/trainer/test_trainer_tools.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_computational_graph_utils_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_logs_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_modules_dependencies_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_plot_graph_render_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_plot_graph_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_shape_prop_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/utils/test_utils_tools_unit.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/watchdog/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/watchdog/test_lock_monitor.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/watchdog/test_watchdog.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/experiment_context.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent/agent.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent/agent_overview/agent.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent/agent_overview/query_example.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent/agent_overview/schema.png +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent/intent_prompt.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/agent_service.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/data_image_utils.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/data_service.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/experiment_service.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/instance_merger.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/model_service.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/utils/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/services/utils/tools.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/trainer_services.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/trainer/trainer_tools.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/Dockerfile +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/.dockerignore +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/.env.example +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/DEPLOYMENT.md +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/docker-compose.yml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/nginx-entrypoint.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/nginx.base-path.conf copy.template +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/nginx.base-path.conf.template +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/nginx.conf +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/test-deployment.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/utils/build-and-deploy.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/utils/generate-certs-auth-token.ps1 +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/utils/generate-certs-auth-token.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/docker/utils/test-deployment.sh +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/envoy/envoy.downstream_plaintext.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/envoy/envoy.downstream_upstream_plaintext.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/envoy/envoy.upstream_plaintext.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/envoy/envoy.yaml +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui/nginx.conf +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/ui_docker_bridge.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/computational_graph.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/logs.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/modules_dependencies.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/plot_graph.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/shape_prop.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/utils/tools.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/watchdog/__init__.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/watchdog/grpc_watchdog.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/watchdog/lock_monitor.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/watchdog/log_level.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab/watchdog/watchdog.py +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab.egg-info/SOURCES.txt +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab.egg-info/dependency_links.txt +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab.egg-info/entry_points.txt +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab.egg-info/requires.txt +0 -0
- {weightslab-1.2.4 → weightslab-1.2.5}/weightslab.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Changelog - 2026-06-17 v1.2.5 (1)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weightslab
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.5
|
|
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.5'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 2, 5)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'g935f5b0b4'
|
|
@@ -70,24 +70,26 @@ class WLAwareTrainer(DetectionTrainer):
|
|
|
70
70
|
@wl.eval_fn
|
|
71
71
|
def _validate(loader):
|
|
72
72
|
# Clean pause ctrl callbacks
|
|
73
|
+
import copy
|
|
73
74
|
raised_exc = None
|
|
75
|
+
val_loader = trainer.validator.dataloader
|
|
74
76
|
try:
|
|
75
|
-
# Should be remove as guards is no blocker now
|
|
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
|
-
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
|
-
val_loader = trainer.validator.dataloader
|
|
79
77
|
trainer.validator.dataloader = loader
|
|
80
|
-
|
|
78
|
+
# validator(model=...) takes UL's *standalone* path, which
|
|
79
|
+
# wraps the model in AutoBackend and FUSES it in place
|
|
80
|
+
# (conv+bn -> conv with bias, bn deleted). Fusing the live
|
|
81
|
+
# EMA/model rewrites its state_dict keys, so the next
|
|
82
|
+
# trainer.ema.update(model) raises KeyError 'model.*.conv.bias'.
|
|
83
|
+
# Validate on a throwaway deep copy so the live EMA / training
|
|
84
|
+
# model are never mutated. (`underlying` is the unwrapped model
|
|
85
|
+
# captured above; avoids deep-copying the WL wrapper.)
|
|
86
|
+
src = trainer.ema.ema if trainer.ema else underlying
|
|
87
|
+
eval_model = copy.deepcopy(src).eval()
|
|
88
|
+
trainer.validator(model=eval_model)
|
|
81
89
|
except Exception as e:
|
|
82
90
|
raised_exc = e
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
# Set Val loader
|
|
86
|
-
trainer.validator.dataloader = val_loader # Reset val trainer
|
|
87
|
-
|
|
88
|
-
# Set val callbacks
|
|
89
|
-
trainer.validator.callbacks["on_val_batch_start"].extend(on_val_batch_start_callbacks)
|
|
90
|
-
trainer.validator.callbacks["on_val_batch_end"].extend(on_val_batch_end_callbacks)
|
|
91
|
+
finally:
|
|
92
|
+
trainer.validator.dataloader = val_loader # Reset val loader
|
|
91
93
|
|
|
92
94
|
# Finally raise exc.
|
|
93
95
|
if raised_exc is not None:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: weightslab
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.5
|
|
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.4/CHANGELOG.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Changelog - 2026-06-17 v1.2.4 (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
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/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.4 → weightslab-1.2.5}/weightslab/examples/Lightning/ws-classification/config.yaml
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Lightning/ws-classification/main.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-classification/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/__init__.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/data.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/model.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-clustering/face/signals.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/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.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/utils/criterions.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-detection/utils/data.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/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.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/utils/data.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/PyTorch/ws-segmentation/utils/model.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Ultralytics/ws-detection/config.yaml
RENAMED
|
File without changes
|
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Ultralytics/ws-detection/requirements.txt
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/README.md
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-2d-lidar-detection/config.yaml
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/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.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/README.md
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/examples/Usecases/ws-3d-lidar-detection/config.yaml
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/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
|
|
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.4 → weightslab-1.2.5}/weightslab/tests/backend/test_data_loader_interface.py
RENAMED
|
File without changes
|
{weightslab-1.2.4 → weightslab-1.2.5}/weightslab/tests/backend/test_instance_signal_logger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|