File size: 174 Bytes
416833a
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
task: binary
num_classes: null

out:
  _target_: torch.nn.LazyLinear
  out_features: 1

loss:
  _target_: torch.nn.BCEWithLogitsLoss

activation:
  _target_: torch.nn.Sigmoid