Jiaming Sun

Results 4 issues of Jiaming Sun

Hi @benjaminum, have you ever successfully trained the network with your latest v2 training code? I've been experiment with it for a few days, finding it's extremely hard to converge....

MultiGPU training with `netFlow1` works fine to me, while for the next evolution training some tensors are shown 'None values'. I'm running on a machine installed with 4 GPUs, while...

Hi @barcharcraz , thanks for this amazing work! I'm having trouble processing the captured tiff image. Would you like to post the post-processing code for depth and stencil? It's still...

Loading png images will cause the following error since PIL loads png images in RGBA mode. ```python File "/Users/sunjiaming/miniconda3/lib/python3.8/site-packages/torchvision/transforms/functional_tensor.py", line 940, in normalize return tensor.sub_(mean).div_(std) RuntimeError: The size of tensor...