-
Notifications
You must be signed in to change notification settings - Fork 4
/
ECGANNModelFLOPS.txt
15 lines (13 loc) · 2.4 KB
/
ECGANNModelFLOPS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
+---------------+---------------+------------+-------------+----------+------------------+--------------------------------------------------+---------+-----------------+--------------------------------------------------+
| module_name | module_type | in_shape | out_shape | params | params_percent | params_percent_vis | flops | flops_percent | flops_percent_vis |
+===============+===============+============+=============+==========+==================+==================================================+=========+=================+==================================================+
| layers.0 | Linear | (200) | (100) | 20.1K | 97.5491% | ################################################ | 20.0K | 97.0874% | ################################################ |
+---------------+---------------+------------+-------------+----------+------------------+--------------------------------------------------+---------+-----------------+--------------------------------------------------+
| layers.1 | ReLU | (100) | (100) | 0.0 | 0.0% | | 100.0 | 0.485437% | |
+---------------+---------------+------------+-------------+----------+------------------+--------------------------------------------------+---------+-----------------+--------------------------------------------------+
| layers.2 | Dropout | (100) | (100) | 0.0 | 0.0% | | 0.0 | 0.0% | |
+---------------+---------------+------------+-------------+----------+------------------+--------------------------------------------------+---------+-----------------+--------------------------------------------------+
| layers.3 | Linear | (100) | (5) | 505.0 | 2.45086% | # | 500.0 | 2.42718% | # |
+---------------+---------------+------------+-------------+----------+------------------+--------------------------------------------------+---------+-----------------+--------------------------------------------------+
FLOPs: 20.6K
Params: 20.605K