-
Notifications
You must be signed in to change notification settings - Fork 57
How to count FLOPs? #220
Copy link
Copy link
Open
Description
Hi,
How can I count number of floating point operation in kerasdense layers in this library (t3f)?
In normal way we do Y = AX + b in a dense layer in keras:
Y: output
X: input
A: weights (in dense layers is a 2-D matrix in shape (m, n))
b: bias
num of FLOPs: m * n + b
But in t3f I don't know how can I count FLOPs?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels