Skip to content

about bn version model #162

Description

@PonyPinkPie

in paper 4.5, conv+bn is better in accuracy.

When I try to quantize model with low bit precision such as fp8 and int8, conv+bn can be fused in one opt, but conv+ln can not and usually need some extra opts such as permute, transpose, which makes vit arch models in fp8 and int8 mode are slower than fp16 mode

so, are bn verison model checkpoints still there? can they be published?

finally and personally, it would be better to consider using low bit quantize model to compare performance and accuracy in the future.

thank you for your arts, hopping any reply :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions