Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add get_loss() abstract method to each pipeline stage #10

Open
tasercake opened this issue Dec 12, 2020 · 0 comments
Open

Add get_loss() abstract method to each pipeline stage #10

tasercake opened this issue Dec 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@tasercake
Copy link
Owner

def get_loss(self, ..., original_image=None, lowpoly_image=None):
    # Most arguments should probably be optional
    return loss

Serves to obtain the loss from each component of a pipeline when performing iterative optimization.

@tasercake tasercake added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 12, 2020
@tasercake tasercake added this to To do in Lowpoly Optimization Pipeline via automation Dec 12, 2020
@tasercake tasercake moved this from To do to In progress in Lowpoly Optimization Pipeline Dec 14, 2020
@tasercake tasercake moved this from In progress to To do in Lowpoly Optimization Pipeline Dec 14, 2020
@tasercake tasercake removed help wanted Extra attention is needed good first issue Good for newcomers labels Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant