Generative-ABSA
Generative-ABSA copied to clipboard
hello Do you know this error? Traceback (most recent call last): File "D:\sentiment\GAS\Generative-ABSA-main\main.py", line 264, in model = T5FineTuner(args) ^^^^^^^^^^^^^^^^^ File "D:\sentiment\GAS\Generative-ABSA-main\main.py", line 89, in __init__ self.hparams = hparams ^^^^^^^^^^^^...
i want to train a Chinese language model,how can i train on Chinese?
您好,请问你们当时跑实验的时候采用的算力是多少呢,之后我想知道跑这个实验要求的最低算力是多少,我现在在用的是32G的v100显卡,总是卡在epoch0那里,请问这里是不是需要我提升算力呢 
您好,在对您论文得到的结果进行复现时,对于extraction-style上14res的结果(我设置了多个随机种子进行运行),均与您论文结果相差较大 
the evaluate func is define as : def evaluate(data_loader, model, paradigm, task, sents): but parameter not passed in :https://github.com/IsakZhang/Generative-ABSA/blob/8f4671b2a4cbda6ebca1ab1462a4ce7607e0aed1/main.py#L332 It seems that the eval process is not finished, can you...
Hello Isak. I have encountered the following problems during the debugging process, how can i solve them? Thanks a lot. Problem: RuntimeError: stack expects each tensor to be equal size,...