Open JBae2 opened 2 years ago
@JBae2 There is a bug in the current UNet3D model, where the python representation of the model has drifted from some of the internal changes that have occurred in LBANN. This issue is currently being worked in PR #2151 but is not yet complete.
@bvanessen Can this be closed as #2151 is now merged?
Hello, I am trying to run the supported UNet3D aplication code in the LBANN github, but it fails.
In the distconv environments and its related source codes, it looks like that the input with "labels" data_field is not supported yet. The source code also mentioned that Distconv currently only supports CosmoFlow data.
Is this possible to run unet3d application on LBANN or am I missing something? If you have a knowledge, please advise about it.
This is the main function of my source code that I modified from the example unet3d. The omitted functions are same with the original. Thank you.