Robert Sulej

Results 1 issues of Robert Sulej

I need to calculate fractional part of tensor, like `torch.frac()`, an operation that is not implemented in the converter. So I've made this simple model: ``` import torch class Frac(torch.nn.Module):...

bug
triaged
pytorch