上一页 1 ··· 618 619 620 621 622 623 624 625 626 ··· 972 下一页
摘要: Lucidrains 系列项目源码解析(四十八) .\lucidrains\vit-pytorch\vit_pytorch\mobile_vit.py import torch import torch.nn as nn from einops import rearrange from einop 阅读全文
posted @ 2024-06-28 14:07 绝不原创的飞龙 阅读(134) 评论(0) 推荐(0)
摘要: 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 绝不原创的飞龙 阅读(131) 评论(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 绝不原创的飞龙 阅读(156) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十一) .\lucidrains\denoising-diffusion-pytorch\denoising_diffusion_pytorch\attend.py # 导入必要的模块和类 from functools import wraps from pa 阅读全文
posted @ 2024-06-28 14:06 绝不原创的飞龙 阅读(214) 评论(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 绝不原创的飞龙 阅读(197) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十三) .\lucidrains\diffusion-policy\setup.py # 导入设置工具和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( name = 'di 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(172) 评论(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 绝不原创的飞龙 阅读(109) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十六) .\lucidrains\feedback-transformer-pytorch\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(153) 评论(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 绝不原创的飞龙 阅读(166) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十二) .\lucidrains\denoising-diffusion-pytorch\denoising_diffusion_pytorch\karras_unet.py """ the magnitude-preserving unet proposed 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(179) 评论(0) 推荐(0)
上一页 1 ··· 618 619 620 621 622 623 624 625 626 ··· 972 下一页