Pyramid-Attention-Networks-pytorch icon indicating copy to clipboard operation
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

Open chezhizhong opened this issue 6 years ago • 3 comments

could you share the cls_labels.npy? thank you

chezhizhong avatar Jan 24 '19 03:01 chezhizhong

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.

Chenfeng1271 avatar Feb 16 '19 02:02 Chenfeng1271

name 'multi_hot' is not defined,what should I do.

zhudahui avatar Dec 11 '19 14:12 zhudahui

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

nazim1021 avatar Mar 03 '20 01:03 nazim1021