From a16ef5ebe4fd68d704f04ab7f208c68101713830 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 29 Sep 2024 02:54:17 +0900 Subject: [PATCH] chore: update swivel.py indicies -> indices --- python/labours/_vendor/swivel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/labours/_vendor/swivel.py b/python/labours/_vendor/swivel.py index d97b924c..54a87771 100644 --- a/python/labours/_vendor/swivel.py +++ b/python/labours/_vendor/swivel.py @@ -40,8 +40,8 @@ expected to be a serialzed tf.Example protocol buffer with the following properties: - global_row: the global row indicies contained in the shard - global_col: the global column indicies contained in the shard + global_row: the global row indices contained in the shard + global_col: the global column indices contained in the shard sparse_local_row, sparse_local_col, sparse_value: three parallel arrays that are a sparse representation of the submatrix counts.