kf-zhang
kf-zhang
# ❓ Questions and Help I'm currently trying to comprehend the attention flop calculation as defined [here](https://github.com/facebookresearch/xformers/blob/f6637120b58c4b3626b18234f8c0c74c561b8d01/xformers/ops/fmha/common.py#L393). However, I am facing confusion regarding [this specific section](https://github.com/facebookresearch/xformers/blob/f6637120b58c4b3626b18234f8c0c74c561b8d01/xformers/ops/fmha/common.py#L432), which pertains to the...
Hi! Nice work! I'm trying to estimate the reconstruction quality using Chamfer Distance and F1 score. But I didn't see the corresponding code in the repo. Can you tell me...