-
When upgrading from MONAI 0.9.0 to 1.0.0, my 3D segmentation code fails due to (most likely) new MetaTensor in transforms, when using DistributedDataParallel (multi-gpu)
the error is
`RuntimeE…
myron updated
11 months ago
-
Here is how a proper preprocessing looks like, taking into account missing values, correlated attributes, categorical attributes that need encoding, and categorical attributes for imputation purpose.
…
-
In code like this
```
enum E { case things([String]) }
func mutate(_ arg: inout E) {
switch arg {
case var .things(arr):
arr.append("!")
}
}
var inst = E.things([])
mutate(&…
-
when I cd into the od_mstar3 folder, and use the terminal to run 'python3 setup.py build_ext --inplace', I can't find any new file, even the cpp_mstar file.
And the setup.py in od_mstar3 can not ru…
-
Traceback (most recent call last):
File "setup.py", line 21, in
out = check_output([CC, '--version'])
File "C:\ProgramData\Anaconda3\envs\poincare\lib\subprocess.py", line 356, in check_ou…
-
Could we please check that what is given as `--with-cabal` exists when that is possible with `cabal-tests`? Here I made the mistake of building locally with `ghc-9.4.8` not having remembered that I'd …
-
models/palette_tensoRF.py
class PLTRender(torch.nn.Module):
def __init__():
self.n_dim = 3 + len_palette
......
layer1 = torch.nn.Linear(self.in_m…
-
hello. when i use torch summary. it reports some issues about:
File “F:\Anaconda3\lib\site-packages\torchsummary\torchsummary.py”, line 23, in
[-1] + list(o.size())[1:] for o in output
AttributeE…
-
See https://github.com/pytorch/pytorch/runs/3998897949?check_suite_focus=true. Relevant snippet:
```
TestForeachCUDA.test_binary_op_tensorlists_fastpath__foreach_add_cuda_bool
Traceback (most r…
-
This is from an install of the the unmerged PR, trying with Django 5.1:
- #68
But I am hoping you can recognise if this is something obvious since I am new to the package.. (TIA!)
### Non-ge…