[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`:::
|
||||
(integer)
|
||||
The size of the model in bytes.
|
||||
This parameter applies only to PyTorch models.
|
||||
|
||||
`required_native_memory_bytes`:::
|
||||
(integer)
|
||||
|
|
|
@ -131,6 +131,7 @@ The free-text description of the trained model.
|
|||
`model_size_bytes`:::
|
||||
(integer)
|
||||
The estimated model size in bytes to keep the trained model in memory.
|
||||
This parameter applies only to {dfanalytics} trained models.
|
||||
|
||||
`estimated_operations`:::
|
||||
(integer)
|
||||
|
|
Loading…
Reference in New Issue