When reducing the training set characters, an error is reported: File "/home/jmt/MXfont/mxfont-main/trainer/trainer_utils.py", line 101, in expert_assign r_in, c_in = linear_sum_assignment(prob_in)
ValueError: matrix contains invalid numeric entrie.
There should be a free data matrix, but increasing the batchsize will not cause an error, but I don't want to increase the batchsize. May I ask if there is any solution available
When reducing the training set characters, an error is reported: File "/home/jmt/MXfont/mxfont-main/trainer/trainer_utils.py", line 101, in expert_assign r_in, c_in = linear_sum_assignment(prob_in)
ValueError: matrix contains invalid numeric entrie.
There should be a free data matrix, but increasing the batchsize will not cause an error, but I don't want to increase the batchsize. May I ask if there is any solution available