Official PyTorch implementation of the paper "MLP: Motion Label Prior for Temporal Sentence Localization in Untrimmed 3D Human Motions"(TCSVT 2024). It should process ...
Hi @mirzadeh Linear layers support FP8/INT8 input and output. But sometimes can be a little different. It will receive FP16 input and quantize it into FP8/INT8 for example when the preceding layer is ...