-
Hi,
First let me say that I have been quite happy with the performance of deconwolf. I have tested it using sets of RNA FISH images with great results. I think it works better (and faster) than th…
-
I get this message at the end:
[31]ERROR | 00:37 || Failed Messages download. Response code: 400
{"success":false,"error":{"code":99,"details":"missing groupId"}}
This is what my log file say…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf-nightly 2.18.0.dev20240817
### Custom code
Yes
### OS platform and…
-
Hey @maxencefaldor! This is a very cool project, I love it.
Just wanted to give you a heads up that in the next release of Flax, all state is required to be inside Variables. This solves some issue…
-
I am currently in the process of writing some custom rules for code that involves FFT plans. While testing those `EnzymeTestUtils` fails.
`EnzymeTestUtils` tests with `test_approx` if two variables …
-
In rocFFT, is there a way to implement 1D batched FFT along a 3D array? I couldn't find a testset for Batch 1D (in 3D), and applying FFT on second dimension of a 3D array gives this error: `ArgumentEr…
-
hi, I get the error below, when I tried to run 3d deconvolution for a z-stack.
torch.fft =
torch.fft.ifftn =
94 mse = torch.nn.MSELoss()
95 return mse(blurry_image, conv_debl…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf2.17.0 tf2.16.1
### Custom code
Yes
### OS platform and distributio…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
tf2.17.0 tf2.16.1
### Custom code
Yes
### OS platform and distributio…
-
FFT interpolation can't handle non-symmetric grids. We will probably always need the source grid to be symmetric to capture the integral correctly, but in theory the evaluation grid could be symmetric…