• Tongzhou Wang's avatar
    make_grid should not avoid DBZ by adding eps (#2967) · 8fb15457
    Tongzhou Wang authored
    * make_grid should not avoid DBZ by adding eps
    
    While this doesn't matter in most cases where the images is quantized to [0,255] afterwards, it still is not a faithful de-normalization. It is a simple change to make it use clamp instead.
    
    * fix max/min shadowing
    8fb15457
utils.py 5.23 KB