Closed yuxuan-life closed 7 months ago
There should be an error with label data of 0
When I changed the label_dicts in line 79 to unlabel_dicts, it seemed like there was no problem
I found that this error occurs on my Windows system and requires this modification, while it runs normally on Linux system
You might have made some changes in the config file. You can even remove the call to divide_label_unlabel function, I just used it to make a random split of the data for some debugging. SUP_PERCENT variable in the config file controls how many samples are in labeled and unlabeled dicts. Set it to 100 always.
Can you help me see why there are errors in this place