如何计算张量流中变压器的FLOPs?
How to calculate FLOPs of transformer in tensorflow?
我知道
flops = tf.profiler.profile(graph, options=tf.profiler.ProfileOptionBuilder.float_operation())
可以计算FLOPs。
但是哪里可以找到transformer的图呢?
请帮助我。
我知道
flops = tf.profiler.profile(graph, options=tf.profiler.ProfileOptionBuilder.float_operation())
可以计算FLOPs。
但是哪里可以找到transformer的图呢?
请帮助我。