Update README.md
Browse files
README.md
CHANGED
|
@@ -426,7 +426,7 @@ The 33,547 train tablets with no corresponding image are not discarded. They rep
|
|
| 426 |
|
| 427 |
## Reproducibility
|
| 428 |
|
| 429 |
-
The merge was performed by `merge_pipeline.py`
|
| 430 |
|
| 431 |
- Shuffle seed: `random.seed(42)`
|
| 432 |
- Deduplication strategy: sort by `(id, image_type_priority)`, keep first
|
|
|
|
| 426 |
|
| 427 |
## Reproducibility
|
| 428 |
|
| 429 |
+
The merge was performed by `merge_pipeline.py`. The pipeline is fully deterministic given the same input files and Python environment:
|
| 430 |
|
| 431 |
- Shuffle seed: `random.seed(42)`
|
| 432 |
- Deduplication strategy: sort by `(id, image_type_priority)`, keep first
|