You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone help me understand what's causing the Tracker.jl to fail with "linking"? And how could Zygote match the performance of Tracker when "Standard" during the TuringBenchmarking?
Moving forward, we will proactively fix any Mooncake performance issues. Any slowdown of Mooncake compared to Tracker is likely a performance bug or poor rule implementation.
EDIT: can we have a warning message for AutoTracker explicitly saying Turing no longer supports its use, and users should consider AutoFowardDiff / AutoReverseDiff / AutoMooncake / AutoEnzyme.
Moving forward, we will proactively fix any Mooncake performance issues. Any slowdown of Mooncake compared to Tracker is likely a performance bug or poor rule implementation.
EDIT: can we have a warning message for AutoTracker explicitly saying Turing no longer supports its use, and users should consider AutoFowardDiff / AutoReverseDiff / AutoMooncake / AutoEnzyme.
Hi, Thank you for your response.
I have noticed that although MoonCake is faster than both Zygote and Reversediff, for a Lux NN and NUTS, but if I use a Parallel layer in the NN, then MoonCake becomes very very slow.
Could you let me know where to look to fix these problems? Thank you.
I have noticed that although MoonCake is faster than both Zygote and Reversediff, for a Lux NN and NUTS,
Can you double-check whether you are using the same random seed and initialisation for your Bayesian NN? NUTS should give the same results as long as the autograd backend is correctly implemented.
Can you share a minimal working example if the above steps doesn't resolve the issue?
but if I use a Parallel layer in the NN, then MoonCake becomes very very slow.
Please open an issue with a minimal working example on the Mooncake repo.
Can someone help me understand what's causing the Tracker.jl to fail with "linking"? And how could Zygote match the performance of Tracker when "Standard" during the TuringBenchmarking?
I get the following outputs.
MWE:
Any help is appreciated. Thank you.
The text was updated successfully, but these errors were encountered: