Open jucor opened 10 years ago
At the moment, cat.rnd() does not use the result tensor if categories == true, because torch.index() doesn't -- see torch/torch7-distro#202. All other cases are fine.
Note: torch.index() now does, nothing stands in the way, except time to do it.
At the moment, cat.rnd() does not use the result tensor if categories == true, because torch.index() doesn't -- see torch/torch7-distro#202. All other cases are fine.