dfalbel / torch

torch from R!
http://dfalbel.github.io/torch
Other
50 stars 5 forks source link

Unique #38

Closed Athospd closed 5 years ago

Athospd commented 5 years ago

torch::_unique() and torch::_unique_dim() not been recognized at::Tensor

Need help!

Athospd commented 5 years ago

I changed

x->_unique()

to

at::_unique(*x)

and now it works!