Max-Heinrich Laves
Max-Heinrich Laves
Hi, I have the exact same problem. Running `autopep8 ugly_code.py` works just fine. However, running it from `elpy` ignores my settings in `setup.cfg`.
I have the very same issue with OHIF viewer and want to add that Slicer3d with the QuantitativeReporting plugin renders the segmentation from `highdicom` correctly. I also think that the...
@wouterzwerink I have the same error for batched inputs with varying sizes in `torchkbnufft.KbNufft`.
@mmuckley Thanks, will do.
By the way, this also happens when you try to train a very simple neural net with `flax`, e.g., the one in the tutorial: https://github.com/google/flax/tree/main/examples/mnist/
Any updates on this? Edit: See #1829
Closed by #993
I managed to make a basic implementation of `instance_norm_3d` as composite operation. This only implements the default `InstanceNorm3D` from PyTorch. I'll create a PR for this if I find the...
With the existence of Conv3D in `coremltools`, support for 3D upsampling layers would be logical. This is much needed for medical image analysis, video analysis, and other volumetric applications. I...
@iwei20 Your solution almost worked for me. However, I had to additionally escape backslashes from `ask_conda` in `__conda_activate`: ``` ask_conda=$(echo ${ask_conda:gs/\\/\/} | tr -d '\r') ``` Otherwise, my conda prefix...