File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Note: the project aims at imitating the well-implemented algorithms in [Deep Lea
1919### CNN Models  
2020-  MobileNet [[ self] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/CNNs/MobileNet.py )  [ paper] ( https://arxiv.org/abs/1704.04861 )  [ ref] ( https://github.com/Zehaos/MobileNet/blob/master/nets/mobilenet.py )] 
2121-  SqueezeNet [[ self] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/CNNs/SqueezeNet.py )  [ paper] ( https://arxiv.org/abs/1602.07360 )] 
22+ -  ResNet [[ self] ( https://github.com/xiaohu2015/DeepLearning_tutorials/blob/master/CNNs/ResNet50.py )  [ caffe ref] ( https://github.com/KaimingHe/deep-residual-networks )  [ paper1] ( https://arxiv.org/abs/1512.03385 )  [ paper2] ( https://arxiv.org/abs/1603.05027 )] 
2223
2324
2425
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments