Skip to content

Validation #7

Description

@dfrumkin

I see that you have validation turned off in your training script:

Moreover, the code would not work because of

from albumentations.augmentations import functional as F

This should be

from albumentations.augmentations.geometric import functional as F

because that's where resize() is located.

Now, the question: did you use those validation augmentations to come up with the training schedule? How important are they?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions