Dev record [Python] import torch.nn as nn 역할 - 반응형 import torch.nn as nn 딥러닝을 배우면서 pytorch를 쓰기 시작하면 다음과 같은 코드를 많이 봤을 것이다. torch.nn은 neural network (인공 신경망) 에 사용되는 다양한 클래스와 모듈이 포함되어있다. 예를 들어 위 코드에서도 보면 torch.nn을 import 하고 Linear, ReLU 등을 사용하는 것을 볼 수 있다. https://pytorch.org/docs/stable/nn.html torch.nn — PyTorch 2.0 documentation Shortcuts pytorch.org 파이토치 공식 문서를 보면 딥러닝에서 사용되는 다양한 layer, container 등을 확인 할 수 있다. 반응형 공유하기 게시글 관리 Barrer. better 저작자표시 비영리 변경금지 'Dev record' 카테고리의 다른 글 VS Code Server for WSL closed unexpectedly. Check WSL terminal for more details. VSCode에서 WSL 접속 안될 경우 (0) 2023.08.27 [ROS] Ubuntu 18.04 ros melodic에 Moveit 설치하기 (0) 2023.08.27 [Python] torch.no_grad() 역할 (0) 2023.08.14 vscode WSL, ubuntu failed to save Error:EACCES: permission denied, open (0) 2023.08.12 RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory (0) 2023.08.11 Contents 당신이 좋아할만한 콘텐츠 VS Code Server for WSL closed unexpectedly. Check WSL terminal for more details. VSCode에서 WSL 접속 안될 경우 2023.08.27 [ROS] Ubuntu 18.04 ros melodic에 Moveit 설치하기 2023.08.27 [Python] torch.no_grad() 역할 2023.08.14 vscode WSL, ubuntu failed to save Error:EACCES: permission denied, open 2023.08.12 댓글 0 + 이전 댓글 더보기