Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 변경 사항 요약
CIFAR-10 데이터셋을 사용한 ResNet-18 학습 프로젝트를 추가했습니다. 특히 Cat과 Dog 클래스 간의 혼동 문제를 해결하기 위한 다양한 기법을 구현하고 실험했습니다.
✨ 주요 기능
1. 다양한 손실 함수 구현
2. 고급 데이터 증강 기법
3. 체계적인 실험 관리 시스템
🎯 실험 결과
다양한 설정으로 실험을 수행했으며, 주요 결과는 다음과 같습니다:
📂 추가된 파일
train.py: 메인 학습 스크립트dataset.py: CIFAR-10 데이터 로더losses.py: 다양한 손실 함수 구현augmentation.py: 데이터 증강 기법 구현models/resnet18.py: ResNet-18 모델 정의scripts/: 여러 실험 설정 스크립트README.md: 프로젝트 문서화requirements.txt: 의존성 패키지 목록🧪 테스트