Releases: juglab/FourierImageTransformer
Releases · juglab/FourierImageTransformer
v0.1.7
14 Jan 13:50
Compare
Sorry, something went wrong.
No results found
Add super-resolution implementation.
Add conv-block to TRec module.
v0.1.6
11 Jan 22:30
Compare
Sorry, something went wrong.
No results found
Add real-loss to new fc_loss.
v0.1.5
11 Jan 21:43
Compare
Sorry, something went wrong.
No results found
Add new fc_loss:
torch.mean((1 + (c1.abs() - c2.abs())**2) * (2 - dot(c1_unit, c2_unit))
v0.1.4.fixed
11 Jan 20:39
Compare
Sorry, something went wrong.
No results found
Rebase of v0.1.4 on v0.1.3.fixed.
v0.1.4
11 Jan 15:21
Compare
Sorry, something went wrong.
No results found
Apply attenuation function to all bin-levels.
Edit: Do not use this release! Use v0.1.4.fixed.
v0.1.3.fixed
11 Jan 20:28
Compare
Sorry, something went wrong.
No results found
v0.1.3 uses the amplitude directly, we should use log(amplitude) to compute the normalization parameters.
v0.1.3
11 Jan 14:30
Compare
Sorry, something went wrong.
No results found
Normalize with mag_min and mag_max computed over train-data.
Edit: Do not use this release! Use v0.1.3.fixed.
v0.1.2
11 Jan 13:08
Compare
Sorry, something went wrong.
No results found
Combine fc- and real-loss.
v0.1.1
07 Jan 19:18
Compare
Sorry, something went wrong.
No results found
Rework projection approach and Fourier coefficient coordinates, and add masking:
New default projection has a detector of img_shape length.
Second option has a detector of length img-diagonal.
Masking can be used to reduce computation costs during training, by masking out high frequencies.
v0.1.0
29 Dec 15:46
Compare
Sorry, something went wrong.
No results found
First implementation of tomographic reconstruction with Fourier Image Transformers.