Skip to content

# 48 ResNet 모델과 typo 수정#49

Open
Ronalmoo wants to merge 44 commits intoDeepBaksuVision:developfrom
Ronalmoo:48
Open

# 48 ResNet 모델과 typo 수정#49
Ronalmoo wants to merge 44 commits intoDeepBaksuVision:developfrom
Ronalmoo:48

Conversation

@Ronalmoo
Copy link
Contributor

No description provided.

Copy link
Contributor

@ssaru ssaru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

코드 리뷰 완료하였습니다.
ResNet은 어디서 코드를 가져오셨나요?

@@ -21,4 +22,4 @@ def data_loader(dataset="CIFAR-10", batch_size = 16):
test_loader = torch.utils.data.DataLoader(test_set, batch_size=batch_size, shuffle=False, num_workers=2)
classes = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CIFAR-10인데 classes = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9")은 무엇일까요?

Comment on lines +12 to +14
def conv3x3(in_channels, out_channels, stride=1):
return nn.Conv2d(in_channels, out_channels, kernel_size=3, stride=stride,
padding=1, bias=False)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그냥 호불호인데 이렇게까지 분리 안해도 될 거 같긴한데.. ㅎㅎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants