You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking that for R2Score num_outputs argument not be required. Just like it isn't required for ExplainedVariance.
Motivation
There are situations where (e.g. CNN image to image, or generic LightningModule parent class) where I won't know the number of outputs in advance which makes the class impossible to use.
Pitch
It isn't really necessary to ask for it b/c ExplainedVariance doesn't.
Just do whatever ExplainedVariance does to avoid requiring the number of outputs in advance.
The text was updated successfully, but these errors were encountered:
🚀 Feature
I'm asking that for R2Score num_outputs argument not be required. Just like it isn't required for ExplainedVariance.
Motivation
There are situations where (e.g. CNN image to image, or generic LightningModule parent class) where I won't know the number of outputs in advance which makes the class impossible to use.
Pitch
It isn't really necessary to ask for it b/c ExplainedVariance doesn't.
Just do whatever ExplainedVariance does to avoid requiring the number of outputs in advance.
The text was updated successfully, but these errors were encountered: