LTP
LTP copied to clipboard
FLOPs
Since it is a dynamic transformer, the GFLOPs of each instance input is different. How to calculate the FLOPs of the entire model? Take the average FLOPs of all validation sets?
Yes, the current implementation counts the averaged FLOPs across all the examples in the validation set
Yes, the current implementation counts the averaged FLOPs across all the examples in the validation set
Thanks for your reply!