Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat : chunk한 100개의 gz파일을 모델에 입력하기 위해 처리하는 파이프라인 코드입니다.
- 데이터 경로를 설정하면, 해당 경로에 있는 파일을 불러옵니다. - chunk된 `~*.gz` 파일에서 데이터를 불러와서 이미지로 변환한 뒤에 모델에 전달하기 위한 generator를 class로 구축했습니다.
- Loading branch information