Hacker News new | ask | show | jobs
by jonath_laurent 2184 days ago
I suspect FLux/Knet are still slightly slower and less memory efficient than PyTorch/TF, although things are moving very fast here!

This is not relevant in understanding AlphaZero.jl speed though. The reason it is much faster than Python implementations is because tree search is also a bottleneck, and Julia shines here!

1 comments

Ah, I hadn’t appreciated this. Thanks for making & sharing your code!