EtAior5
Results
1
issues of
EtAior5
``` sem_pos = np.load(sem_pos_path)[:, :num_sem_pos] top_pos = np.load(top_pos_path)[:, :num_top_pos] ``` These two values num_sem_pos and num_top_pos use the default value of 0, Then they get the same identity matrix through...