Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
How could #parameter of a model be 0?
#1
by
zhiminy
- opened
zhiminy
changed discussion title from
How could #parameter of a model be `0`?
to How could #parameter of a model be 0?
It means it is not defined.
It means it is not defined.
In situations like these, utilizing nan
or leaving it empty would be more appropriate, as using 0
explicitly implies a zero value, which can lead to misinterpretation of the actual status. By using nan
or keeping it empty, it becomes clear that the value has not been specified or determined.
@djstrong
Can't do this easily. PR is welcome.