"device_operation/include/device_grouped_gemm_xdl.hpp" did not exist on "20a672d0b836cac308518c41a78d486dce6d8e09"
  • Michael Kösel's avatar
    Add GoogLeNet (Inception v1) (#678) · a2093007
    Michael Kösel authored
    * Add GoogLeNet (Inception v1)
    
    * Fix missing padding
    
    * Add missing ReLu to aux classifier
    
    * Add Batch normalized version of GoogLeNet
    
    * Use ceil_mode instead of padding and initialize weights using "xavier"
    
    * Match BVLC GoogLeNet zero initialization of classifier
    
    * Small cleanup
    
    * use adaptive avg pool
    
    * adjust network to match TensorFlow
    
    * Update url of pre-trained model and add classification results on ImageNet
    
    * Bugfix that improves performance by 1 point
    a2093007
googlenet.py 6.13 KB