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?
Hi!
This might not be the best place to ask this kind of question, I would recommend the user forum discuss.pytorch.org for general questions and github issues if you think there is a bug. Also please make sure to share more details on your problem and if possible a script showing exactly the code you run.