deeplearningzerotoall / PyTorch

Deep Learning Zero to All - Pytorch
1.03k stars 1.33k forks source link

Change some files and fixed bugs #23

Closed simonjisu closed 5 years ago

simonjisu commented 5 years ago

On branch fix-bugs Changes to be committed: modified: docker_user_guide.md new file: figs/turn_on_terminal.png modified: lab-06_2_fancy_softmax_classification.ipynb modified: lab-10_3_1_visdom-example.ipynb modified: lab-10_5_1_Advance-cnn(VGG).ipynb modified: lab-10_5_2_Aadvance-CNN(VGG_cifar10).ipynb modified: lab-10_6_2_Advance-CNN(ResNet_cifar10).ipynb new file: requirements.txt

lab-06_2_fancy_softmax_classification: target "y" tensor type error lab-10_3_1_visdom-example: no code for turn on server lab-10_5_1_Advance-cnn(VGG): syntax error lab-10_5_2_Aadvance-CNN(VGG_cifar10): change path + cannot assign 4 workers, better to be 0 lab-10_6_2_Advance-CNN(ResNet_cifar10): cannot assign 4 workers, better to be 0

simonjisu commented 5 years ago

이미 다 수정하였고 검토만 부탁 드려요~

lab-06_2_fancy_softmax_classification

# y=torch.randint(5, (3,))  -->
y = torch.randint(5, (3,)).long()

lab-10_3_1_visdom-example

lab-10_5_1_Advance-cnn(VGG):

# 'A': [64, 'M', 128, 'M', 256, 256, 'M', 512, 512, 'M', 512, 512, 'M']
# 주석처리함

lab-10_5_2_Aadvance-CNN(VGG_cifar10)

lab-10_6_2_Advance-CNN(ResNet_cifar10)

simonjisu commented 5 years ago

@seungjaeryanlee 앗 전부 다 보실필요는 없었는데 제가 assign 를 잘 못했군요 ㅎㅎ 그래도 감사합니다.

dldldlfma commented 5 years ago

안녕하세요 김상근 입니다.

지수님 승제님, 제 코드 잘못된 부분 확인해주셔서 감사합니다!

김상근 드림

2019년 3월 18일 (월) 오전 11:03, Soo notifications@github.com님이 작성:

@seungjaeryanlee https://github.com/seungjaeryanlee 앗 전부 다 보실필요는 없었는데 제가 assign 를 잘 못했군요 ㅎㅎ 그래도 감사합니다.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/deeplearningzerotoall/PyTorch/pull/23#issuecomment-473743440, or mute the thread https://github.com/notifications/unsubscribe-auth/AXQGcjWkglMM3aMGjJVawTvqApCHCN-Uks5vXvPcgaJpZM4b19KF .