Params
Param
dataclass
A dataclass representing a parameter in a checkpoint.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
The name of the parameter in the checkpoint. |
partition_dim |
int
|
The dimension index that gets sharded. |
hidden_dim |
int
|
The hidden dimension index. |
Source code in bionemo/evo2/utils/checkpoint/params.py
23 24 25 26 27 28 29 30 31 32 33 34 35 |
|