上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 474 下一页
摘要: Lucidrains 系列项目源码解析(四十) Data source The enwik8 data was downloaded from the Hutter prize page: http://prize.hutter1.net/ .\lucidrains\sinkhorn-transfo 阅读全文
posted @ 2024-06-28 14:07 绝不原创的飞龙 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(四) .\lucidrains\big-sleep\big_sleep\cli.py # 导入 fire 模块,用于命令行接口 import fire # 导入 random 模块并重命名为 rnd import random as rnd # 从 big_s 阅读全文
posted @ 2024-06-28 14:06 绝不原创的飞龙 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十一) .\lucidrains\denoising-diffusion-pytorch\denoising_diffusion_pytorch\attend.py # 导入必要的模块和类 from functools import wraps from pa 阅读全文
posted @ 2024-06-28 14:06 绝不原创的飞龙 阅读(32) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十四) Electra - Pytorch A simple working wrapper for fast pretraining of language models as detailed in this paper. It speeds up tra 阅读全文
posted @ 2024-06-28 14:06 绝不原创的飞龙 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十三) .\lucidrains\diffusion-policy\setup.py # 导入设置工具和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( name = 'di 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十七) Flexible Diffusion Modeling of Long Videos - Pytorch (wip) Implementation of the video diffusion model and training scheme pre 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十六) .\lucidrains\feedback-transformer-pytorch\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十九) .\lucidrains\gigagan-pytorch\gigagan_pytorch\version.py # 定义变量 __version__,赋值为字符串 '0.2.20' __version__ = '0.2.20' .\lucidrains 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(34) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十二) .\lucidrains\denoising-diffusion-pytorch\denoising_diffusion_pytorch\karras_unet.py """ the magnitude-preserving unet proposed 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(十八) .\lucidrains\geometric-vector-perceptron\examples\data_utils.py # 作者:Eric Alcaide # 导入必要的库 import os import sys # 科学计算库 import 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 474 下一页