Fixed hashCode() NullPointerException

Signed-off-by: jljljl <jijiji95@bk.ru>
(cherry picked from commit 206fc1caeba78ffe164f3257a8ef77480dbafb8f)
master
jljljl 2021-04-02 21:43:45 +05:00 committed by brian
parent cefec591b0
commit 3093977c96
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ import java.util.Map;
@Slf4j
@Data
@EqualsAndHashCode(callSuper = true)
@EqualsAndHashCode(callSuper = true, doNotUseGetters = true)
public abstract class AbstractSameDiffLayer extends Layer {
protected List<Regularization> regularization;