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

limit crop_to_factor #5

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Commits on Dec 16, 2020

  1. crop_to_factor only on last level

    to ensure translation equivariance it is sufficient to crop on the
    last/highest level
    abred committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    23d00ab View commit details
    Browse the repository at this point in the history
  2. only crop_to_factor if not training

    to avoid stitching artifacts it is not necessary to crop during training
    abred committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    91f287f View commit details
    Browse the repository at this point in the history
  3. ensure output size > crop_factor

    To avoid tile-and-stitch inconsistencies, the output size during
    training has to be strictly larger than prod(downsample_factors)
    abred committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a0e30b0 View commit details
    Browse the repository at this point in the history