Pyramid-Attention-Networks-pytorch
Pyramid-Attention-Networks-pytorch copied to clipboard
The file cls_labels.npy saves the class label of each image, format like {'filename' : '1, 0, 1, ..., 0'}. For simplicity, you can use the label from the x_mask, I think the program may seems like
could you share the cls_labels.npy? thank you
It could be got by the hint the writer provided. It's easy, but as he says the result doesn't get a higher accuracy but it can converge faster.
name 'multi_hot' is not defined,what should I do.
Hi, @JaveyWang
Is this possible to recreate cls_labels.npy, ? I tired with muli-hot encoder (assuming it is one hot encoding), it doesn't work. May you please help if there is any other way to get that cls_labels