Skip to content

Commit

Permalink
added parameter size calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
giesekow committed Oct 30, 2019
1 parent 24b059e commit 0838e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvn/net.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def save(self, filename):
except:
print 'Unable to save model'

def size():
def size(self):
total = 0.
for k in self.models:
model = self.models[k]
Expand Down

0 comments on commit 0838e1f

Please sign in to comment.