上一页 1 ··· 510 511 512 513 514 515 516 517 518 ··· 865 下一页
摘要: Lucidrains 系列项目源码解析(五十一) .\lucidrains\x-transformers\x_transformers\xval.py """ 定义了一个基于离散标记的常规变换器,但对于数字是连续的 更好地泛化了算术 https://arxiv.org/abs/2310.02989 阅读全文
posted @ 2024-06-28 14:14 绝不原创的飞龙 阅读(101) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(五十) .\lucidrains\x-clip\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的信息 setup( # 包的名称 name = 'x-clip', 阅读全文
posted @ 2024-06-28 14:14 绝不原创的飞龙 阅读(198) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(五) .\lucidrains\byol-pytorch\byol_pytorch\trainer.py # 导入必要的库 from pathlib import Path import torch import torch.distributed as di 阅读全文
posted @ 2024-06-28 14:14 绝不原创的飞龙 阅读(139) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十一) .\lucidrains\soundstorm-pytorch\soundstorm_pytorch\trainer.py # 导入必要的模块 from pathlib import Path import re from shutil import 阅读全文
posted @ 2024-06-28 14:14 绝不原创的飞龙 阅读(90) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十五) .\lucidrains\triton-transformer\triton_transformer\cross_entropy.py # 导入 torch 库 import torch # 导入 torch 中的函数库 import torch.n 阅读全文
posted @ 2024-06-28 14:13 绝不原创的飞龙 阅读(257) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十四) .\lucidrains\toolformer-pytorch\toolformer_pytorch\tools.py # 导入所需的库 import os # 尝试导入所需的库,如果导入失败则输出错误信息并退出程序 try: # 从dotenv库中 阅读全文
posted @ 2024-06-28 14:13 绝不原创的飞龙 阅读(111) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十三) .\lucidrains\tf-bind-transformer\scripts\fetch_factor_fastas.py # 导入所需的库 import requests from pathlib import Path import clic 阅读全文
posted @ 2024-06-28 14:12 绝不原创的飞龙 阅读(117) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十七) .\lucidrains\vit-pytorch\setup.py # 导入设置和查找包的函数 from setuptools import setup, find_packages # 设置包的元数据 setup( # 包的名称 name = 'v 阅读全文
posted @ 2024-06-28 14:12 绝不原创的飞龙 阅读(115) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十六) .\lucidrains\vector-quantize-pytorch\vector_quantize_pytorch\residual_vq.py # 导入必要的库 import random from math import ceil from 阅读全文
posted @ 2024-06-28 14:12 绝不原创的飞龙 阅读(221) 评论(0) 推荐(0)
摘要: Lucidrains 系列项目源码解析(四十九) .\lucidrains\vit-pytorch\vit_pytorch\vit_3d.py import torch # 导入 PyTorch 库 from torch import nn # 从 PyTorch 库中导入 nn 模块 from e 阅读全文
posted @ 2024-06-28 14:08 绝不原创的飞龙 阅读(180) 评论(0) 推荐(0)
上一页 1 ··· 510 511 512 513 514 515 516 517 518 ··· 865 下一页