摘要: 参数说明 beta_schedule = np.linspace(0.0001, 0.02, 1000) # 示例 beta schedule alpha_hat = np.cumprod(1 - beta_schedule) # 计算 alpha_hat 具体例子 让我们通过一个具体的例子展示如何 阅读全文
posted @ 2024-06-09 21:33 GraphL 阅读(91) 评论(0) 推荐(0)