Skip to content

Commit a9775d4

Browse files
authored
Update README.md
1 parent 8c618d5 commit a9775d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PyTorch implementation of kmeans for utilizing GPU
66
77
import torch
88
import numpy as np
9-
from kmeans_pytorch import kmeans, kmeans_predict
9+
from kmeans_pytorch import kmeans
1010
1111
# data
1212
data_size, dims, num_clusters = 1000, 2, 3

0 commit comments

Comments
 (0)