Skip to content

Commit

Permalink
Update highwaylayer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez authored Dec 27, 2023
1 parent e54e15d commit 12e00c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/zeta/nn/modules/highwaylayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Returns:
```python
import torch.nn as nn
import torch.nn.functional as F
from zeta.nn import HighwayLayer


class HighwayLayer(nn.Module):
def __init__(self, dim):
Expand Down

0 comments on commit 12e00c4

Please sign in to comment.