• talcs's avatar
    replaced mean on dimensions 2,3 by adaptive_avg_pooling2d (#1838) · 1e27b533
    talcs authored
    * replaced mean on dimensions 2,3 by adaptive_avg_pooling2d with destination of 1, to remove hardcoded dimension ordering
    
    * replaced reshape command by torch.squeeze after global_avg_pool2d, which is cleaner
    
    * reshape rather than squeeze for BS=1
    
    * remove import torch
    1e27b533
mobilenet.py 6.33 KB