-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] 실험 재현을 위한 Dataset 준비 #2
Comments
CIFAR10, SVHN 은 pytorch 에서 public 하게 다운받을 수 있으나, imagenet 은 가입해서 큰 용량의 데이터를 다운받아야 함. SVHN: |
omegaconf 를 사용해서 config 를 가져올 때
|
확장성을 염두한다면 전자의 방식이 더 좋지 않을까요? (저는 전자로~~) |
@hyerim1048 |
🚀 Feature
데이터셋을 가져오는 코드를 작성합니다
Motivation
실험을 위해서 필요한 과정입니다
Pitch
해당 논문에서 수행한 실험
실험 1. classfying CIFAR-10 using GANs as a feature extractor
실험 2. Classifying SVHN digits Using GANs as a feature extractor
데이터셋 준비가 간단한 실험 2를 재현하기로 결정!
The text was updated successfully, but these errors were encountered: