mlp结构与学习率与batchsize探索
摘要:目录batchsize与学习率5x5x5,lr=0.001,batchsize=1 完美收敛5x5x5,lr=0.03,batchsize=30 同样收敛5x5x5,lr=0.01,batchsize=30,收敛的非常慢接近不收敛5x5x5,lr=0.1,batchsize=30,收敛快但是收敛的不
阅读全文
posted @
2023-12-04 15:54
FrostyForest
阅读(190)
推荐(0)
p2p代码分析
摘要:目录注意力图实现方法元素替换实现方法refine实现方法为什么无法生成图片run_and_displayptp_utils.text2image_ldm_stableptp_utils.register_attention_controlptp_utils.diffusion_stepcontrol
阅读全文
posted @
2023-11-20 11:10
FrostyForest
阅读(243)
推荐(0)
pytorch问题集合
摘要:目录根据kernel size,stride和padding计算卷积后的尺寸创建tensor的常见的方法直接创建:全零或全一张量:随机张量:等间隔张量:如何将一个tensor分为多个tensortorch.chunktorch.split<class 'pandas.core.series.Seri
阅读全文
posted @
2023-10-17 20:14
FrostyForest
阅读(63)
推荐(0)
机器学习-李宏毅课程笔记
摘要:目录Sigmoid函数相关模型训练参数相关模型训练相关问题极小值点与鞍点批次 (batch) 與動量 (momentum)自动调整学习率損失函數 (Loss) 也可能有影響批次標準化 (Batch Normalization)卷積神經網路 (Convolutional Neural Networks
阅读全文
posted @
2023-09-14 15:58
FrostyForest
阅读(62)
推荐(0)
老饼讲解-机器学习
摘要:http://ml.bbbdata.com/teach#
阅读全文
posted @
2022-09-11 01:41
FrostyForest
阅读(72)
推荐(0)