This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
In my first blog post , I explained how to perform X-Ray imaging. One problem with a pure Python forward model is it’s slow. Therefore, I am going to introduce Numba in this blog post a way to accelerate Python code. Profiling One way to determine why code is slow is by profiling it. One of my recommended resources to profile Python code is to use line_profiler . A line profiler will measure…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.