import zipfile
# 경로를 가져와서 저장
file = zipfile.ZipFile('/tmp/cats_and_dogs_filtered.zip')
# extractall 폴더 경로를 입력
file.extractall('/tmp)
'인공지능 > Deep Learning' 카테고리의 다른 글
[Deep Learning] CNN TensorFlow 이미지 분류 딥러닝 (0) | 2024.04.18 |
---|---|
[Deep Learning] 이미지 파일 학습 데이터로 만들기(+이미지 증강) ImageDataGenerator (0) | 2024.04.18 |
[Deep Learning] CNN Pooling (0) | 2024.04.18 |
[Deep Learning] CNN Convloution (0) | 2024.04.18 |
[Deep Learning] TensorFlow EarlyStopping (0) | 2024.04.18 |