TUD-UCB-Boda / boda

clone/fork of public boda repo
Other
0 stars 0 forks source link

Determining GFLOPs of tuned CNN #6

Closed dinhv closed 7 years ago

dinhv commented 7 years ago

I've found the flops_table_maker.py file . How can I use it to get the GFLOPs of my tuned networks? As I can see, the python script runs the cnet_ana mode, but I integrated the auto-tuning to the run_cnet mode.

moskewcz commented 7 years ago

usually, FLOPs are considered to be a property of the network, based on assuming 'normal' implementations of convolutions (as opposed to FFT/Winograd/etc).

moskewcz commented 7 years ago

closing if no additional questions.