swilson314

Results 4 comments of swilson314

Got it. Thanks for the clarification!

I've used your c++ model for creating/training a unet model -- many thanks!! I'm now in the process of translating the model to onnx so I can embed it. So...

I found a few places where the python and c++ code wasn't identical (required for onnx). See the SBW comments below: ``` class UpConv(nn.Module): def __init__(self, in_channels, out_channels, conv_per_block, kernel_size,...