[DOCS] Clarifies param description of model_size_bytes. (#120190)
This commit is contained in:
parent
bb09c6432a
commit
defbd96b96
|
@ -384,6 +384,7 @@ A collection of model size stats fields.
|
||||||
`model_size_bytes`:::
|
`model_size_bytes`:::
|
||||||
(integer)
|
(integer)
|
||||||
The size of the model in bytes.
|
The size of the model in bytes.
|
||||||
|
This parameter applies only to PyTorch models.
|
||||||
|
|
||||||
`required_native_memory_bytes`:::
|
`required_native_memory_bytes`:::
|
||||||
(integer)
|
(integer)
|
||||||
|
|
|
@ -131,6 +131,7 @@ The free-text description of the trained model.
|
||||||
`model_size_bytes`:::
|
`model_size_bytes`:::
|
||||||
(integer)
|
(integer)
|
||||||
The estimated model size in bytes to keep the trained model in memory.
|
The estimated model size in bytes to keep the trained model in memory.
|
||||||
|
This parameter applies only to {dfanalytics} trained models.
|
||||||
|
|
||||||
`estimated_operations`:::
|
`estimated_operations`:::
|
||||||
(integer)
|
(integer)
|
||||||
|
|
Loading…
Reference in New Issue