blob: 4399a22419e9f5a7a6adc4c2cf1e0fa63f456b7e (
plain)
1
2
3
4
5
6
7
|
- There is also extra memory consumed in FISTA implementation, here:
/ccpi/repos/CCPi-Framework/Wrappers/Python/cil/optimisation/algorithms
We might reduce further 1-2 volumes if rewritten in C and temporarily variables
are properly eleminated. We further might introduce simplified memory manager
which will allow to give up further temporarily in FISTA and allocated them in
regularize and, then, vice-versa.
|