pytorch
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
pytorch [2019/08/26 04:24] – [PyTroch TVM] rex8312 | pytorch [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
====== PyTorch ====== | ====== PyTorch ====== | ||
- | + | ||
- | {{tag> | + | |
- | + | ||
- | Windows에서 설치 | + | |
- | + | ||
- | conda install -c peterjc123 pytorch | + | |
- | + | ||
===== examples ===== | ===== examples ===== | ||
줄 15: | 줄 9: | ||
* https:// | * https:// | ||
+ | ====== Optimization ====== | ||
+ | |||
+ | * [[https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | ===== Dataloader ====== | ||
+ | |||
+ | * https:// | ||
===== Pytorch visualization ===== | ===== Pytorch visualization ===== | ||
줄 120: | 줄 122: | ||
* https:// | * https:// | ||
+ | |||
+ | |||
+ | ===== options ===== | ||
+ | |||
+ | <code python> | ||
+ | torch.set_printoptions(linewidth=120) | ||
+ | torch.set_grad_enabled(True) | ||
+ | </ | ||
+ | |||
+ | ===== custom layer 구현 ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | |||
+ | ===== RL ===== | ||
+ | |||
+ | * RLkit: Reinforcement learning framework and algorithms implemented in PyTorch | ||
+ | * https:// | ||
+ | |||
+ | ===== scikit -> pytorch ==== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | |||
+ | ===== Lazy Tensor ===== | ||
+ | |||
+ | * http:// | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | |||
+ | ===== Computer Vision ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | ===== Pytorch for ARM64 ===== | ||
+ | |||
+ | * https:// | ||
+ | |||
+ | {{tag> |
pytorch.1566793447.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)