-
It may be useful to be able to add a new function to a `BlockFunction`.
Requires `append`. It may be useful to override `__add__` method?
Similarly for `BlockOperator`
-
Im using the Keras VGG16 net with a custom top layer (4 class softmax)
```
Loaded model with layers:
[u'input_2', u'block1_conv1', u'block1_conv2', u'block1_pool', u'block2_conv1', u'block2_conv…
-
The following code initially implemented [here](https://github.com/epapoutsellis/CIL_work/blob/master/Explicit%20PDHG%20precond%20vs%20Explicit%20SPDHG%20precond.ipynb) fails due to possible numba imp…
-
### Desired Behaviour
CIL Recon: add the implicit formulation of PDHG to solve the LS problem with TV regularisation.
### Current Behaviour
Only the explicit formulation is available.
…
-
The update method of SIRT
https://github.com/TomographicImaging/CIL/blob/fb95d17772aea6d6e1f9b0e3f5642afafebc0d1e/Wrappers/Python/cil/optimisation/algorithms/SIRT.py#L193-L198
assumes $\frac{1}{…
-
During the [Stochastic Project](https://github.com/epapoutsellis/StochasticCIL/tree/svrg), I designed the following improvement for the [callback](https://github.com/TomographicImaging/CIL/blob/0418ed…
-
FAIL: test_TVdenoisingMR (test_SIRF.TestGradientMR_2D)
https://github.com/SyneRBI/SIRF-SuperBuild/actions/runs/6956888226/job/18931696600?pr=846#step:8:155
```
Mismatched elements: 74722 / 131072…
-
-
The following test on Windows fails
```python
from cil.framework import AcquisitionGeometry, BlockGeometry
from cil.optimisation.functions import TotalVariation
import numpy as np
ag = Acquis…
-
This smoothing algorithm works quite nicely. Unfortunately, it hasn't been updated recently. The current version on Pypi is not compatible with ITK 5.3.0.