koraykv / unsup

Some unsupervised learning modules using Torch
86 stars 36 forks source link

kmeans works with float #25

Closed Aysegul closed 9 years ago

Aysegul commented 9 years ago

solves issue #24

soumith commented 9 years ago

this would change the default tensor type for the rest of the program, which is bad.

soumith commented 9 years ago

proper fix in https://github.com/koraykv/unsup/pull/26

Aysegul commented 9 years ago

ops right, thanks :)