Karthik Raja A

Results 6 comments of Karthik Raja A

Since there is no commits for a month, can I take up this task? (I am just starting with open source contribution, any references or redirection is welcomed)

Can I help with this? if yes, which are the files I am supposed to edit?

Can I tackle this problem? or is someone already assigned for it?

@jerryzh168 I tried using Quant Stub as shown below, but it didn't quantize the data tensor and the dtype remained `float32` ``` quant = torch.quantization.QuantStub() data = torch.rand(1, 3, 224,...

@AAnirudh07 as pointed out by @jerryzh168 the issue was in the addition of 2 quantized tensors , which wasn't solved even after using `Float Functional add module` specifically dedicated for...

Hi, I would like to implement Linear Discriminant analysis