摘要:
我也忘记这是什么代码了,几年前的,今天翻到发布出来 import cv2 as cv import numpy as np import matplotlib.pyplot as plt import math img = cv.imread(r'C:\Users\51102\Desktop\tra 阅读全文
摘要:
CoAt=Convolution + Attention 将conv与transformer以一种最优的方式结合: 在基础的计算块中,如果合并卷积与自注意力操作。 如何组织不同的计算模块来构建整个网络。 import torch import torch.nn as nn import math f 阅读全文