Skip to content

Commit

Permalink
Update quantizedln.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Dec 27, 2023
1 parent eb9606a commit 35864c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/zeta/nn/modules/quantizedln.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Define a custom network that uses have the `QuantizedLN` module:

```python
import torch.nn as nn
from zeta.nn.modules import QuantizedLN


class CustomNetwork(nn.Module):
def __init__(self):
Expand Down Expand Up @@ -110,6 +112,8 @@ The `QuantizedLN` module in a multi-layer setup:

```python
import torch.nn as nn
from zeta.nn.modules import QuantizedLN


class DeepNetwork(nn.Module):
def __init__(self):
Expand Down

0 comments on commit 35864c9

Please sign in to comment.