solo

Results 5 issues of solo

您好大佬,请问代码在单机三卡时无法运行如何处理 您的原代码直接运行报错: ValueError: Error initializing torch.distributed using env:// rendezvous: environment variable MASTER_ADDR expected, but not set 以下改动后:程序直接卡死,一直无反应 os.environ['MASTER_ADDR'] = 'localhost' os.environ['MASTER_PORT'] = '5668' 麻烦给点帮助,谢谢啦

您好,请问您提供的权重文件支持中文识别吗,如果不,那我可以去哪寻找中文数据集自己训练

Hi, if I want to extract the feature map for segmentation, can I just get it directly from the output of each transformer block? iformer's structure is similar to swin,...

Thank you very much for your code, it is concise and easy to read, and I would like to ask you a few more questions: 1. Since the output of...

通常英文数据集中一张图只包含一个单词,但是网上的中文数据集每张图包含多个字甚至语句,请问这种数据也是直接放入网络训练就可以吗?