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.
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.