Showing
2 changed files
with
5 additions
and
1 deletions
... | @@ -68,4 +68,8 @@ image_process.py : cropping을 통해 정사각형 형태를 만들고 32*32 크기로 resize, | ... | @@ -68,4 +68,8 @@ image_process.py : cropping을 통해 정사각형 형태를 만들고 32*32 크기로 resize, |
68 | 68 | ||
69 | 69 | ||
70 | 14. data.bin.gz | 70 | 14. data.bin.gz |
71 | -직접 만든 데이터셋. 32*32의 이미지를 rgb로 분리하여 이미지 1개당 3072개의 데이터, 1개의 label을 포함하여 3073개의 데이터를 갖음 | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
71 | +직접 만든 데이터셋. 32*32의 이미지를 rgb로 분리하여 이미지 1개당 3072개의 데이터, 1개의 label을 포함하여 3073개의 데이터를 갖음 | ||
72 | + | ||
73 | + | ||
74 | +15. params.pkl 추가 | ||
75 | +제작한 데이터셋을 트레이닝하고 나온 가중치를 저장한 params.pkl 파일 추가 | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
dataset/params.pkl
0 → 100644
No preview for this file type
-
Please register or login to post a comment