Fixed hashCode() NullPointerException
Signed-off-by: jljljl <jijiji95@bk.ru> (cherry picked from commit 206fc1caeba78ffe164f3257a8ef77480dbafb8f)
This commit is contained in:
parent
cefec591b0
commit
3093977c96
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user