Closed P-DX closed 5 years ago
Hello, thank you for the code provided. When I set num_query_val to 1, why val_acc and test_acc will not change, and it is always about num_query_val / classes_per_it_val, can you tell me what went wrong? Thank you! Looking forward to your reply.
Because function torch.eq here yields a 5x5 identity matrix.
torch.eq
Hello, thank you for the code provided. When I set num_query_val to 1, why val_acc and test_acc will not change, and it is always about num_query_val / classes_per_it_val, can you tell me what went wrong? Thank you! Looking forward to your reply.