Skip to content

Commit

Permalink
Feat : chunk한 100개의 gz파일을 모델에 입력하기 위해 처리하는 파이프라인 코드입니다.
Browse files Browse the repository at this point in the history
- 데이터 경로를 설정하면, 해당 경로에 있는 파일을 불러옵니다.
- chunk된 `~*.gz` 파일에서 데이터를 불러와서 이미지로 변환한 뒤에 모델에 전달하기 위한 generator를 class로 구축했습니다.
  • Loading branch information
Kimgabe committed Feb 7, 2024
1 parent b41381d commit ec2aac6
Showing 1 changed file with 509 additions and 0 deletions.

Large diffs are not rendered by default.

0 comments on commit ec2aac6

Please sign in to comment.