Skip to content

Skip negative voxels that can occur with swish activation function.

Michele Faucci Giannelli requested to merge mfauccig-23.0-patch-20276 into 23.0

The code was checking for voxels with no energy, which was the minimum energy using ReLU activation function. Using swish some voxels can have negative energies which should not be simulated.

Merge request reports