jonbarron / robust_loss_pytorch

A pytorch port of google-research/google-research/robust_loss/
Apache License 2.0
656 stars 88 forks source link

How to apply to the clustering algorithm? #37

Open caolei2000 opened 1 year ago

caolei2000 commented 1 year ago

I would like to know how this loss function is applied to the clustering algorithm. Since the input to the clustering task is a data matrix X (two dimensions), what should be the num_dim of the AdaptiveLossFunction?