Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- tensor
- GAN
- 체비셰프부등식
- ImageCaptioning
- SWEA #Python #알고리즘
- 마코프부등식
- TorchHub
- PRML
- 젠센부등식
- DeepLearing
- MachineLearning
- pytorch
- CycleGAN
- Bayes'Theorem
- DeepLearning
- ResNet
- 머신러닝
- bayesian
- Bayes'Rule
- AlexNet
- Python
- NeuralTalk
- bayes
Archives
- Today
- Total
목록DeepLearing (1)
euphoriaO-O
[PyTorch] 2-4. Torch Hub
This article is based on the book "Deep Learning with PyTorch" https://pytorch.org/deep-learning-with-pytorch 2. Pretrained Networks 이미지 레이블링 모델 새로운 이미지 생성 모델 이미지 캡셔닝 모델 Torch Hub 2-4. Torch Hub Torch Hub: 작성자가 GitHub에 모델을 배포(publish)하고 PyTorch가 이해가능한 인터페이스로 노출시키도록 하는 메터니즘 배포 시 hubconf.py 파일 필요 dependencies = ['torch', 'math'] # 의존하는 모듈 # 레포의 entry point에서 사용자에게 노출되는 함수 def some_entry_fn(*args, ..
Machine Learning/Pytorch
2020. 7. 14. 23:22