Spaces:
Sleeping
Sleeping
File size: 278 Bytes
556849d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
attrib_feature = ['Current','Voltage','Environment_Temperature','Cell_Temperature','SOC']
attrib_label = ['SOH']
max_len = 200
input_dim = len(attrib_feature)
output_dim = 1
hidden_dim = 64
num_layers = 2
num_heads = 4
lr = 1e-3
max_seq_len = 200
batch_size = 5
C_rated = 1.1
|