Skip to content

Commit ac64ee7

Browse files
author
Dyllan McCreary
authored
remove print
1 parent 02b5a97 commit ac64ee7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rigl_torch/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
def get_weighted_layers(model, i=0, layers=None, linear_layers_mask=None):
6-
print(i)
76
if layers is None:
87
layers = []
98
if linear_layers_mask is None:

0 commit comments

Comments
 (0)