diff --git a/README.md b/README.md index 8dc789a1650e90ed6f1099d7ce2722f60e4ca338..414844d2e0bb24691892ee6157dba7de2e0d3724 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ # Foss_SWTT +## Deep learning open source TIMM tutorial + + +### timm 이란? + +PyTorch Image Models + +Deep learning에 사용되는 프레임워크인 PyTorch를 통해 +구현된 모델들을 언제든지 꺼내 쓸 수 있도록 만든 오픈소스 + +[timm github](https://github.com/rwightman/pytorch-image-models) + +* timm documentation + +[official](https://rwightman.github.io/pytorch-image-models/) + +[timmdocs](https://timm.fast.ai/) + + +* tutorial code + +ipynb 파일 참조