Replies: 1 comment 1 reply
-
这边看起来您的label只有4个,fewshot任务的设定一般为5类,所以您需要检查一下您的配置文件 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
读取数据到如下情况时卡住:
[01/18/24 15:46:19] INFO load 40 train image with 4 label. trainer.py:372
通过debug发现在core.data.dataloader._RepeatSampler()这个地方几乎死循环,程序在运行,但无法继续下一步。
望指点,感谢。
Beta Was this translation helpful? Give feedback.
All reactions