training_memory_cost
mlte/qa_category/costs/training_memory_cost.py
TrainingMemoryCost QACategory definition.
TrainingMemoryCost
Bases: QACategory
The TrainingMemoryCost QACategory reflects the cost of model training associated with memory resources.
Source code in mlte/qa_category/costs/training_memory_cost.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|
__init__(rationale)
Initialize a TrainingMemoryCost instance.
Source code in mlte/qa_category/costs/training_memory_cost.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
|