Skip to content

Commit 6fd9591

Browse files
committed
Update recursive.py
1 parent 10825fd commit 6fd9591

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

chebai/models/recursive.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212

1313
class Recursive(ChebaiBaseNet):
14-
NAME = "REC"
15-
1614
def __init__(self, in_d, out_d, num_classes, **kwargs):
1715
super().__init__(num_classes, **kwargs)
1816
mem_len = in_d

0 commit comments

Comments
 (0)