Closed laiviet closed 3 years ago
Thanks for your realease.
While I try to run the code, it loads the model to the GPU (approx 2GB for XLMR) then it run mostly on CPU (20 processes at 100%). Is this a thing when it try to decode using Viterbi.
Thanks!
This seems to be a problem in the Sampler when the number of samples in a class is too small that the while loop run infinitely. PRoblem solved.
Thanks for your realease.
While I try to run the code, it loads the model to the GPU (approx 2GB for XLMR) then it run mostly on CPU (20 processes at 100%). Is this a thing when it try to decode using Viterbi.
Thanks!