• C
    Model update: Update the parameter initialization of FC layer of SE-ResNeXt and add a README (#825) · f60005c6
    Chris Yann 提交于
    * revise se_resnext for imagenet classification
    
    * Add the method to train a SE-ResNeXt model
    
    The current code can successfully implement the result of SE-ResNeXt-50.
    
    * Update ImageNet2012 URL
    
    * update
    
    * update readme
    
    * Update readme with download URL
    
    * add unzip
    
    * update se_resnext.py with parallel_exe
    
    * delete train function in se_resnext.py
    
    * add eval.py and infer.py
    
    * move cosine_decay from se_resnext.py to train.py
    f60005c6
se_resnext.py 4.8 KB