hai2018

Results 5 issues of hai2018

### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmrotate.readthedocs.io/en/1.x/notes/4_faq.html) but cannot get the expected help....

About the second stage is training ViT in an end-to-end manner,What are the execution parameters?use the config file pretrain_r2r_e2e.json',get an error: File "mtrand.pyx", line 915, in numpy.random.mtrand.RandomState.choice ValueError: 'a' cannot...

for batch_idx, (input1, input2, label1, label2) in enumerate(trainloader): labels = torch.cat((label1, label2), 0) z1 = torch.ones(label1.shape) z2 = torch.zeros(label2.shape) z = torch.cat((z1, z2), 0) print(batch_idx) input1 = Variable(input1.cuda()) input2 =...

请问关于论文中的的Accuracy (%)和 F1-Score,这些结果是怎么选择的?存在随机性吗? ![1683889141185](https://github.com/muse1998/MMNet/assets/36877347/7aaa8306-58af-4d17-ab17-2d90b96c0a4b)