Skip to content

Commit

Permalink
opened LayerNorm.Builder for inheritance (#2309)
Browse files Browse the repository at this point in the history
Co-authored-by: enpasos <info@enpasos.com>
  • Loading branch information
enpasos and enpasos authored Jan 9, 2023
1 parent 7a31135 commit ae2782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/ai/djl/nn/norm/LayerNorm.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public void loadMetadata(byte loadVersion, DataInputStream is)
}

/** The Builder to construct a {@link LayerNorm}. */
public static final class Builder {
public static class Builder {

private float epsilon = 1E-5f;
// private Shape normalizedShape;
Expand Down

0 comments on commit ae2782d

Please sign in to comment.