• Glenn Jocher's avatar
    Remove hook `torch.nan_to_num(x)` (#8826) · f3c78a38
    Glenn Jocher 提交于
    * Remove hook `torch.nan_to_num(x)`
    
    Observed erratic training behavior (green line) with the nan_to_num hook in classifier branch. I'm going to remove it from master.
    
    * Update train.py
    f3c78a38
train.py 33.1 KB