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)`  I added the below code inside the...