mike

Results 4 comments of mike

something wrong in your code! x = t.randn(2, 128, 100, 1) nc2 = Conv2d(128, 128, (2, 1)) #your code nc4 = nn.Conv2d(128, 128, (2, 1)) nc2_re = nc2(x) nc4_re =...

@research4pan Thank you for your work. I would like to ask, if I use the Text2Text data for Finetuning (Full) according to the script, will full finetuning only focus on...

@research4pan Thank you for the response. I may not have expressed myself clearly. I hope to let the model learn all textual grammar knowledge, not just from input to output....

“Thank you very much for your reply. I tried adding --eval_strategy steps to the script and modified '--eval_steps', '1', but in the end, it reported an error: ValueError: Some specified...