R/createCustomUnetModel.R
createNoBrainerUnetModel3D.Rd
Creates a keras model implementation of the u-net architecture avaialable here:
createNoBrainerUnetModel3D(inputImageSize)
inputImageSize | Used for specifying the input tensor shape. The shape (or dimension) of that tensor is the image dimensions followed by the number of channels (e.g., red, green, and blue). |
---|
a u-net keras model
\url{https://github.com/neuronets/nobrainer/}
Tustison NJ
#> Error in py_discover_config(required_module, use_environment): Python specified in RETICULATE_PYTHON (/Users/ntustison/anaconda3/envs/antsx/bin/python3) does not exist