Skip to content

Code About Equation 6 in the Paper #2

Description

@xiangyu-sun-789

Great paper! I love it!

I was looking at the code. I am wondering if z0 = torch.exp(s0) * x0 + t0 and z1 = torch.exp(s) * x1 + t correspond to Equation 6 in the paper. If they do not, could you please let me know which flow class I should use to compute the inverted Equation 6? If they do, shouldn't they be something like z1 = (x1 - t) * torch.exp(-s) instead? By looking at the training method, it looks like the forward method is called for training.

Thank you very much.

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