上一页 1 ··· 379 380 381 382 383 384 385 386 387 ··· 732 下一页
摘要: Lucidrains 系列项目源码解析(十三) .\lucidrains\diffusion-policy\setup.py # 导入设置工具和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( name = 'di 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(112) 评论(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 绝不原创的飞龙 阅读(52) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十六) .\lucidrains\feedback-transformer-pytorch\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( 阅读全文
posted @ 2024-06-28 14:05 绝不原创的飞龙 阅读(95) 评论(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 绝不原创的飞龙 阅读(119) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十二) .\lucidrains\denoising-diffusion-pytorch\denoising_diffusion_pytorch\karras_unet.py """ the magnitude-preserving unet proposed 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(121) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十八) .\lucidrains\geometric-vector-perceptron\examples\data_utils.py # 作者:Eric Alcaide # 导入必要的库 import os import sys # 科学计算库 import 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(47) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(十) .\lucidrains\DALLE2-pytorch\setup.py # 导入所需的模块和函数 from setuptools import setup, find_packages # 执行版本文件中的代码,将版本信息导入当前环境 exec(ope 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(191) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(三十一) .\lucidrains\PaLM-pytorch\palm_pytorch\triton\layernorm.py # 从 Phil Tillet 的 Triton 的 layernorm 教程中获取的代码 # Triton - https://t 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(112) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(三十四) .\lucidrains\pixel-level-contrastive-learning\pixel_level_contrastive_learning\__init__.py # 从 pixel_level_contrastive_learni 阅读全文
posted @ 2024-06-28 14:04 绝不原创的飞龙 阅读(57) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(三十五) .\lucidrains\q-transformer\q_transformer\q_robotic_transformer.py # 从 random 模块导入 random 函数 from random import random # 从 fun 阅读全文
posted @ 2024-06-28 14:03 绝不原创的飞龙 阅读(55) 评论(0) 推荐(0)
上一页 1 ··· 379 380 381 382 383 384 385 386 387 ··· 732 下一页