본문 바로가기

오늘의 코딩/머신러닝,Deep Learning

[딥러닝 구조]

tf

https://github.com/MrGemy95/Tensorflow-Project-Template

 

MrGemy95/Tensorflow-Project-Template

A best practice for tensorflow project template architecture. - MrGemy95/Tensorflow-Project-Template

github.com

위 블로그에서 제시한 폴더 구조도

 

torch

https://cs230.stanford.edu/blog/pytorch/

 

Introduction to Pytorch Code Examples

This post follows the main post announcing the CS230 Project Code Examples. Here we explain some details of the PyTorch part of the code from our github repository. pytorch/ vision/ nlp/ This tutorial is among a series explaining the code examples: Goals o

cs230.stanford.edu

위 블로그에서 제시하는 폴더 구조도

 

딥러닝 프로젝트는 큰 프로젝트인 만큼 폴더 구조화가 중요하다.

앞서 소개한 두 블로그에서는 딥러닝 프로젝트를 매니징할 때 어떤 방식으로 구조화하면 좋을지 방향을 제시하고 있다.

공부하자!