Learning-Loss-for-Active-Learning icon indicating copy to clipboard operation
Learning-Loss-for-Active-Learning copied to clipboard

Reproducing experimental results of LL4AL [Yoo et al. 2019 CVPR]

Results 7 Learning-Loss-for-Active-Learning issues
Sort by recently updated
recently updated
newest added

When I calculate uncertainty on the data points ( cifar-10 ), all the values I get are negative. So, it means the predicted loss for the data points are negative....

Hello, Mephisto. Thank you for the great paper and code. I'm trying to reproduce the result of the paper. I've seen that the results of others get overwhelmed by LL4AL....

hi,i have a question about how the four parts set: radom part: it is just radomly samlping from the traing set and train? reference : is it not the learn...

Hi Mephisto, I have a concern need to be discussed with you. As title, I don't know which is better on different setting. If we just to add the weak...

Hi, I tried to make reproduce your code and want show the result graph. how could i get the graph like "Figure 1. Reported results from the paper(left) reproduced results(right)"...

hello i,read your code.i have some question. Is the loss function unique? is the way you do about loss function same with Original author? i am not sure about this...

Hello! thanks for the interesting code. I got this error: line 213 in main.py vis = visdom.Visdom(server='http://localhost', port=9000) AttributeError: module 'visdom' has no attribute 'Visdom'