immortal

Results 6 issues of immortal

`(st, parts) = metis.part_graph(self.graph, self.args.cluster_number)` Thanks for your awesome code, could you please tell me how metis conduct the graph partition? Cause the self.graph here doesn't include the information about...

![image](https://user-images.githubusercontent.com/44193495/103454056-0c416480-4d1b-11eb-80e0-5165c581a7c5.png) `data=dict( train=dict( type='NewPaviaLoader', params=dict( training=True, num_workers=0, image_mat_path='PU_gyh.mat', gt_mat_path='PU_gt.mat', num_train_samples_per_class=30, sub_minibatch=20 ) ), test=dict( type='NewPaviaLoader', params=dict( training=False, num_workers=0, image_mat_path='PU_gyh.mat', gt_mat_path='PU_gt.mat', num_train_samples_per_class=30, sub_minibatch=20 ) ) ),` When I try to adjust...

Thanks for your innovative work! Could you please tell me how to get the number of groups as shown in Figure 5. Thank you very much!

Can you share it in your github,thank you very much!

Thanks for your innovative work! Could you please provide the "Houston_trainingtest.mat" to help us make a fair comparison?