上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 404 下一页
摘要: Lucidrains 系列项目源码解析(三) .\lucidrains\audiolm-pytorch\audiolm_pytorch\data.py # 导入必要的模块 from pathlib import Path from functools import partial, wraps # 阅读全文
posted @ 2024-06-28 14:02 绝不原创的飞龙 阅读(23) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(七) .\lucidrains\compressive-transformer-pytorch\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup 阅读全文
posted @ 2024-06-28 14:02 绝不原创的飞龙 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(六) .\lucidrains\CoCa-pytorch\coca_pytorch\__init__.py # 从 coca_pytorch 模块中导入 CoCa 类 from coca_pytorch.coca_pytorch import CoCa CoC 阅读全文
posted @ 2024-06-28 14:02 绝不原创的飞龙 阅读(13) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(九) Dataloaders In order to make loading data simple and efficient, we include some general dataloaders that can be used to train p 阅读全文
posted @ 2024-06-28 14:02 绝不原创的飞龙 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(二十一) .\lucidrains\imagen-pytorch\setup.py # 导入设置工具和查找包工具 from setuptools import setup, find_packages # 执行版本文件中的代码,将版本信息导入当前环境 exec 阅读全文
posted @ 2024-06-28 14:02 绝不原创的飞龙 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(二十五) .\lucidrains\med-seg-diff-pytorch\setup.py # 导入设置工具和查找包工具 from setuptools import setup, find_packages # 设置包的信息 setup( # 包名 na 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(二十四) .\lucidrains\magvit2-pytorch\magvit2_pytorch\optimizer.py # 从 torch.optim 模块中导入 AdamW 和 Adam 优化器 from torch.optim import Adam 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(二十三) .\lucidrains\lion-pytorch\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( name = 'lion-py 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(26) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(二十七) .\lucidrains\metaformer-gpt\setup.py # 导入设置工具和查找包的函数 from setuptools import setup, find_packages # 设置包的信息 setup( # 包的名称 name 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(9) 评论(0) 推荐(0) 编辑
摘要: Lucidrains 系列项目源码解析(二十六) .\lucidrains\memory-efficient-attention-pytorch\memory_efficient_attention_pytorch\memory_efficient_cosine_sim_attention.py i 阅读全文
posted @ 2024-06-28 14:01 绝不原创的飞龙 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 404 下一页