Skip to content

Not same with the Paper #3

@bongjeong

Description

@bongjeong

activation quantization is not same

In the paper :
x(real) is in range[0 ~ 1] : clamp(input, 0, 1)
then, quantize(x)

In your implementation:
clamp(input * 0.1, 0, 1)

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