Skip to content

Commit

Permalink
update on linear
Browse files Browse the repository at this point in the history
  • Loading branch information
pouyam79i committed Mar 30, 2024
1 parent f669c69 commit 6c5fb01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ def parameters(self):
return ...

def __str__(self) -> str:
return "linear"
return "linear - total param: {} - in: {}, out: {}".format(self.inputs * self.outputs, self.inputs, self. outputs)

0 comments on commit 6c5fb01

Please sign in to comment.