Skip to content

smsm8898/pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

  • Python == 3.7
  • Pytorch == 1.5.0(pytorch)
  • cuda == 10.2

Pytorch를 이용하여 deep learning을 실습 참고

  • Basic

저명한 Convolutional Neural Network를 구현

  • LeNet
  • VGG논문 "Simple but effective"
  • GoogLeNet논문 "we need to go deeper!" 1x1 conv are used to compute reductions before the expansive 3x3 and 5x5
  • ResNet논문 "Add more layers to a suitably deep model leads to higher training error"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages