Open StanleySun233 opened 8 months ago
Let's examine lines 23-26 in diffusionner.py. Then, we can delve into the diffusionner_trainer.py file, specifically lines 214 and beyond, and evaluator.py starting at line 159. The variable pred_entities contains the predicted results, which I believe is what you're looking for.
Let's examine lines 23-26 in diffusionner.py. Then, we can delve into the diffusionner_trainer.py file, specifically lines 214 and beyond, and evaluator.py starting at line 159. The variable pred_entities contains the predicted results, which I believe is what you're looking for.
您遇到过这样的问题吗,这是为什么
@houyuchao 这个问题,我没遇到过。
看提示,应该是所有的GPU都正在被使用,所以它们都非常忙,你需要一个有空的GPU来执行你的程序代码。
After the model training is completed, how to input text and display the results? Where do I need to modify the code to implement this functionality?