ZTYyy
ZTYyy
This is my script: `import gzip import random import numpy as np import torch import torch.optim as optim import tqdm from torch.utils.data import DataLoader, Dataset from long_net.model import LongNetTransformer, AutoregressiveWrapper...
Thank you, but I try both and got the same error.
Sorry, I don't know how to give you more trace. 2023-12-24 12:16:41,972 - root - ERROR - forward() takes 2 positional arguments but 4 were given Traceback (most recent call...
I want to try using my genomic data to train this model, because it is the only model I have found that allows for complete input of a genome (I...
I think the problem might be in the line "attn = self.attn(q, k, v)" in model.py. "self.attn" is a DilatedAttention class, and its forward() can only accept one input value...