Hello, I used to use
from functorch import jacfwd
and Jacfwd takes 3.5s, after the update, I am using
from torch.func import jacfwd
Jacfwd is taking almost 6s, is anyone noticed this?
Hello, I used to use
from functorch import jacfwd
and Jacfwd takes 3.5s, after the update, I am using
from torch.func import jacfwd
Jacfwd is taking almost 6s, is anyone noticed this?