Having to provide names is annoying since there should be canonical names for code derived for specific purposes. E.g. for Train.update_step we could have label_fwd_bprop, or label_update_step, where "label" is the label of the tensor; for Train.sgd_step we could have label_sgd_step as the name.
Having to provide names is annoying since there should be canonical names for code derived for specific purposes. E.g. for
Train.update_step
we could have label_fwd_bprop
, or label_update_step
, where "label" is the label of the tensor; forTrain.sgd_step
we could have label_sgd_step
as the name.