colinzhaoxp
colinzhaoxp
感谢作者的分享! 但是我在运行代码的时候发现,如果图片中的人是歪头的话,口罩好像不能跟随人脸旋转一定的角度,查看了代码,但是我并没有找到解决的方法,希望作者能关注一下,谢谢!
作者您好,在评价聚类可靠性时使用了聚类独立性和聚类紧凑性,其中独立性判定的阈值使用了epoch=0时的所有聚类独立性的前90%,而紧凑性则是动态的针对每个聚类来判定的,请问这样做是出于什么考虑呢?epoch=0时的阈值可靠吗?(reid新手,实在想不清楚内在原因😫)
你好,请问论文中提到的Voting loss位于代码中哪里呢?我在trainers.py中没有找到voting loss是如何使用的,请指点一下可以吗?感谢!
你好,非常感谢您能分享代码,但是我们在训练结果性能较低,请问可以提供一下您训练好的模型吗?想做进一步的测试,非常感谢。
I have a question about beam search as the title described. In other words, Does LLaDA support Beam search, Top-K, Top-p generation strategy that supported by AR models ?
Hello, thank you for releasing the code and weights of LLaDA as open source. I'm a bit confused about why `attn_mask` is set to `None`. When fine-tuning LLaDA with padded...
# Add `compute_metrics` parameter for `GRPOTrainer` This is my first open-source PR contribution, I would greatly appreciate any feedback on areas for improvement. Please don't hesitate to suggest changes -...