Skip to content

Have a public interface to get the model's receptive field size #283

Description

@mikeoliphant

Having external access to a model's receptive field is very useful in some cases.

The is currently a PrewarmSamples() method, but it is protected.

I would submit a PR that simply makes it public, but unfortunately things are a bit more complicated because container models return 0 (relying on prewarm() being run directly on the nested models).

If PrewarmSamples() for a container returned PrewarmSamples() for the active nested model, I think that would work.

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