Kwabena Sarpong

Results 1 comments of Kwabena Sarpong

In the learner.teach, I modified the ` y=y_pool[query_idx]` to the code below ` learner.teach(X = X, y = torch.from_numpy(y).type(torch.LongTensor), only_new = True)` ![image](https://user-images.githubusercontent.com/57006908/190448312-8b401dde-7402-49e2-9012-44d8da05e688.png) I added the below code inside the...