| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 | 
| 9 | 10 | 11 | 12 | 13 | 14 | 15 | 
| 16 | 17 | 18 | 19 | 20 | 21 | 22 | 
| 23 | 24 | 25 | 26 | 27 | 28 | 29 | 
| 30 | 
													Tags
													
											
												
												- Foxy tutorial
 - ros2 foxy tutorial
 - 코드업
 - docker foxy
 - humble 환경설정
 - error
 - nav2 getting started
 - first-time robot setup guide
 - CODEUP 6073
 - setting up transformations
 - nav2 first-time robot setup guide
 - ros2 configuring environment
 - nav2 development guides
 - ros2 튜토리얼 환경설정
 - nav2 dev contatiner
 - Nav2 document
 - CodeUp
 - ROS FOXY 튜토리얼
 - nav2 tutorial
 - Python
 - ros2 튜토리얼
 - nav2 튜토리얼
 - ros2 development guides
 - ros2 transformations 개념
 - humble development guides
 - foxy nav2
 - ros2 환경설정
 - ros2 foxy docker
 - nav2 설치
 - ros2 remapping
 
													Archives
													
											
												
												- Today
 
- Total
 
목록파이토치 torch.nn.ModuleList() (1)
BAN2ARU
			
			
				[Python/ Pytorch] torch.nn.ModuleList()
				
	
	
               
           
					
					
					
					
					
					
						
					
				https://pytorch.org/docs/stable/generated/torch.nn.ModuleList.html를 기반으로 작성하였음 CLASS torch.nn.ModuleList(modules=None) Submodule(conv,batchnorm 등 layer)을 list속에 담을 수 있음. 일반적인 python의 list와 유사하지만, torch.nn.module에서 확인 할 수 있음. Nerual network를 학습을 하기 위해서는 module list로 선언해주어야함. (일반 list로 구성시에는 torch.nn.module 메서드에서 확인이 불가능하므로, 학습이 되지 않음 - [1] 참조) Parameters modules (iterable, optional) : 추가할 모듈의 ite..
				Language/Python
				
				2022. 4. 21. 16:15