- 博客(8)
- 收藏
- 关注
原创 materials studio破解失败
打开MS时报错Materials Visualizer cannot start because it cannot find a valid license. Click the Details button for more information.Would you like to start the BIOVIA License Administrator to fix the problem?解决办法:打开License Administrator 2023时要用管理员身份打开。
2025-03-18 21:26:32
254
原创 yolov5 Detected call of `lr_scheduler.step()` before `optimizer.step()`.
运行yolov5时会提示In PyTorch 1.1.0 and later, you should call them in the opposite order: `optimizer.step()` before `optimizer.step()`.优快云有大佬讲了具体原因和操作,但没有针对ylov5 v6.2版本的修改方法。具体方法就是修改train.py。
2023-06-01 11:53:28
779
2
原创 交叉熵损失
多类别损失多类别分类器一般是softmax,输出所有类别的概率之和为1。o*为真实标签,o为预测的标签例:真实的onehot标签值是[0 0 0 1 0 0],softmax输出的六个类别的概率为[0.1 0.1 0.1 0.5 0.1 0.1],那么损失为loss=-log(0.5)二分类损失二分类一般是sigmoid损失,而且两个输出互不干扰参考:Wz...
2022-04-17 21:53:43
102
原创 【无标题】
学习笔记监督学习与无监督学习1.监督学习方法线性和逻辑回归朴素贝叶斯神经网络梯度提升分类树随机森林2.无监督学习方法聚类:K - means层次聚类混合模型降维:PCAICA自动编码器CAE参考链接: link....
2022-04-14 22:03:11
309
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人