Replies: 2 comments 16 replies
-
Thanks, this is very useful. Basically we seem to have two problems here, the speed and the accuracy. |
Beta Was this translation helpful? Give feedback.
-
I have now integrated your example in MRIRecoBenchmarks @aTrotier. Thanks for preparing! https://github.com/MagneticResonanceImaging/MRIRecoBenchmarks/tree/master/benchmark2 Our timings are actually quite ok: We will have a deeper look at the accuracy differences once we find some time. For now it was more important for me to improve the infrastructure of MRIRecoBenchmarks. It should now be very easy to integrate new benchmarks since |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have created a repository that perform a benchmark against Bart during in a Github actions : https://github.com/aTrotier/MRIRecoVsBART_Benchmark
It is done in a pluto notebook that is published : https://atrotier.github.io/MRIRecoVsBART_Benchmark/test_bart.html
The notebook test_bart.jl perform a CS reconstruction of a shepp logan phantom with Fista.
Results are :
I can't find the right parameters to get a accuracy close to BART. (It is also something I pointed out here : https://atrotier.github.io/EDUC_JULIA_CS_MP2RAGE/)
We can create other notebooks that will be published in order to benchmark others functions, algorithm.
@tknopp we can merge it into your Benchmark repository at some points
Beta Was this translation helpful? Give feedback.
All reactions