Table of Contents ▸ List of Commands ▸ Neural Networks ▸ nn_crop | ◀ nn_conv3dnnl | nn_distance ▶ |
nn_crop
Arguments:
- out,in,x0,y0,z0,c0,x1,y1,z1,c1,_boundary_conditions
Description:
Add a crop layer to the current network.boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
boundary_conditions=0.