Skip to content

blow-up in the number of samples in 2D orthoplane predictions #174

@eminorhan

Description

@eminorhan

I'm trying to generate predictions from a 2D model for all test crops, following the predict_2D.py script under examples (except that crops="test" instead of crops="19"). The predictions for the first crop in test_crop_manifest.csv (crop 557) are completed within a reasonable amount of time, however for the second crop (crop 980), I noticed that the dataset_writer here seems to generate a massive number of samples even for a single axis, for example ~165M samples for the first axis, z (for comparison, for the first test crop, the corresponding number is only 129 samples). This means that it would take an infeasible amount of time to calculate the predictions even for a single axis (even with a large batch size). I'm just trying to understand why this blow-up seems to happen for the second test crop and how I might prevent it.

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