Closed andrewsong90 closed 2 months ago
panther_encoder.representation
kmeans.train(patches.numpy())
kmeans.train(patches[:n_patches].numpy())
panther_encoder.representation
in visualization notebook fixed.kmeans.train(patches.numpy())
=>kmeans.train(patches[:n_patches].numpy())