Skip to content

Commit

Permalink
fix error in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayzwer authored May 22, 2024
1 parent d49d677 commit a3ac5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kan/KAN.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class KAN(nn.Module):
depth: int
depth of KAN
width: list
number of neurons in each layer. e.g., [2,5,5,3] means 2D inputs, 5D outputs, with 2 layers of 5 hidden neurons.
number of neurons in each layer. e.g., [2,5,5,3] means 2D inputs, 3D outputs, with 2 layers of 5 hidden neurons.
grid: int
the number of grid intervals
k: int
Expand Down

0 comments on commit a3ac5d6

Please sign in to comment.