当前位置:网站首页>System learning CV pytorch advanced
System learning CV pytorch advanced
2022-07-21 02:49:00 【aoaofengzifei】
System learning cv-pytorch Advanced
Use
Delayed initialization
Adjustable parameter
Adjustable parameter : Adjust super parameters
Hyperparameters : Not counting the parameters of training update
Model explanation
Captam
https://captum.ai/
- Gradient based algorithm
- Perturbation based algorithm
course https://pytorch.org/tutorials/beginner/introyt/captumyt.html – Not yet.
torchscript/jit
ONNX
Distributed training
Semi precision training
from torch.cuda.amp import autocast
# Model settings
@autocast()
def forward(self,x):
pass
return x
# Training process
# Just talk about the data input model and its subsequent parts with autocast() Just go
for x in train_loader:
x=x.cuda()
with autocast():
output=model(x)
pass
边栏推荐
- [Android开发学iOS系列] 语言篇: Swift vs Kotlin
- Password key hard coding check
- [Android development IOS series] Language: swift vs kotlin
- DiFi: A Go-as-You-Pay Wi-Fi Access System 精读笔记(二)
- DiFi: A Go-as-You-Pay Wi-Fi Access System 精读笔记(三)
- EF core learning notes: additional foreign key attributes / single navigation attributes
- [Android開發學iOS系列] 語言篇: Swift vs Kotlin
- How to add columns in PPT histogram
- [Muduo log system 1] logger output
- HMS core graphics and image technology shows the latest functions and application scenarios, and accelerates the construction of digital intelligence life
猜你喜欢
[flower carving experience] 20 Music Visualization: esp32_ Series attempts of C3 and ws2812b
How to delete different text in Excel spreadsheet in batch?
Get the way to optimize the one-stop worktable of customer service
excel宏被禁用如何启用?excel无法启用宏的解决方法
How does excel choose specific numbers to sum? Excel method of selecting specific numbers for summation
EF core learning notes: additional foreign key attributes / single navigation attributes
HMS core graphics and image technology shows the latest functions and application scenarios, and accelerates the construction of digital intelligence life
Virtual reality coexists, building a digital intelligence life | HMS core Sparkle application innovation sub forum registration launch
一文详解|Go 分布式链路追踪实现原理
我把整个研发中台拆分过程的一些心得总结
随机推荐
Chinese anchors can also bring goods overseas! Simultaneous interpretation helps live broadcast applications expand overseas markets
What is the registration process of website domain name?
About Variables
Check whether the date is valid
DiFi: A Go-as-You-Pay Wi-Fi Access System 精读笔记(二)
密码密钥硬编码检查
得物客服一站式工作台卡顿优化之路
解读Go分布式链路追踪实现原理
得物基于Attach to Process的实时调试实践
从概念到安全实践:软件供应链基础指南
Calculate the date a few days ago from today
Trax: how to win the sweet war in the summer ice cream market?
【SELECT、POLL的缺点,以及EPOLL的优势】
[Android Development iOS Series] Language: SWIFT vs kotlin
I summarize some experience of the whole R & D process
HMS core machine learning service creates a new "sound" state of simultaneous interpreting translation, and AI makes international exchanges smoother
swift 使用SMAMB2包,重新打包的心酸历程
excel怎么选取特定数字求和?excel选中特定数字求和的方法
Difi: a go as you pay Wi Fi access system intensive reading notes (III)
How do independent website sellers use Facebook homepage for social media marketing?