Ayush Kumar Mishra

Results 2 comments of Ayush Kumar Mishra

hi @Dref360, So next_to_label contain a list of indexes, So, these are in sorted order i.e, if list contain [4,5,1,2] means 4 have highest uncertainty? How we can use this...

Hii @Dref360 ``` for _ in range(2): print(f"Active learning: labelled={al_dataset.n_labelled} unlabelled={al_dataset.n_unlabelled}") trainer.train() trainer.load_state_dict(init_weights) trainer.lr_scheduler = None trainer.evaluate() loop.step() ``` If we add this Piece of code does it means we...