From 85b582b852310b4a715653a4b00ebdcdae654032 Mon Sep 17 00:00:00 2001 From: KarhouTam Date: Tue, 18 Jun 2024 22:51:25 +0800 Subject: [PATCH] Add item on README --- datasets/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/datasets/README.md b/datasets/README.md index cf5caac3e1cd..65de77c2c1db 100644 --- a/datasets/README.md +++ b/datasets/README.md @@ -29,6 +29,7 @@ Create **custom partitioning schemes** or choose from the **implemented partitio * Linear partitioner `LinearPartitioner` * Square partitioner `SquarePartitioner` * Exponential partitioner `ExponentialPartitioner` +* Semantic partitioner `SemanticPartitioner` (only for image datasets) * more to come in future releases. # Installation