cloudtrack / dsstne-starter

DSSTNE Starter is easy to help making a sample project of Deep Learning based on Amazon DSSTNE and AWS G2 Instances.
3 stars 0 forks source link

mnist dataset 만들기 #4

Open sgkim126 opened 7 years ago

norangLemon commented 7 years ago

dsstne 에서 사용하는 데이터포맷에 대한 설명 : https://github.com/amznlabs/amazon-dsstne/blob/master/docs/getting_started/userguide.md

norangLemon commented 7 years ago

mnist 데이터 페이지 : http://yann.lecun.com/exdb/mnist/

norangLemon commented 7 years ago

위 링크들을 참고하여 amazon dsstne 에서 읽을 수 있는 포맷으로 mnist 데이터를 변환하는 파이썬 스크립트를 만들어야 함. (ntopia comments)

norangLemon commented 7 years ago

현재 파싱 코드 작성을 완료하였으며, training set과 test set parsing 결과물도 추가되었습니다.

결과 파일 및 코드는 여기에서 볼 수 있습니다.