赞
踩
"""
* Created with PyCharm
* 作者: 阿光
* 日期: 2023/2/22
* 时间: 11:23
* 描述: PyTorch官方的Transformer库实现
"""
import copy
from typing import Optional, Any, Union, Callable
import torch
from torch import Tensor
from torch.nn import functional as F
from torch.nn.init
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。