Skip to content

iclr18_estimate_bits_z entropy model does not match paper #4

@zzzzz314314

Description

@zzzzz314314

Hi, thanks to your hardwork and the opensourcing.
As said in title, the BitEstimator module (

return torch.sigmoid(x * F.softplus(self.h) + self.b)
) used in iclr18_estimate_bits_z does not match the paper, where h should be matrices multiplication to each channel instead of scaling factors applied to each channel. I was wondering if you have experimented this and found there is little difference. Thanks!

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