Avyav Kumar Singh

Results 8 comments of Avyav Kumar Singh

As per the discussion [here](https://github.com/ilia10000/LO-Shot/issues/9), I modified the code to use `ginv` rather than solve. The following blocks were modified ``` xwx

I captured some outputs below - ``` Running 1 / 336 with 4 classes Fitting 1 lines... [1] "Dim of t(v): 768 and dim of xtx_in is 768" [2] "Dim...

Hi, thanks for the suggestion, however, unfortunately still seeing these issues. Let me know if there is a workaround or if there is a direction I can investigate in -...

Hi, is there any workaround for this? Getting a good number of results with the following exception - ``` R[write to console]: Error in xwx(xtx_in, x, w) %*% xwy(x, y,...

It looks like the failing matrix multiplication has dimensions ``` [1] 1 1 [1] 768 1 ``` Is there a workaround for this? Please let me know if so. I...

The dataframe looks like ``` 0 1 2 3 4 5 6 \ 0 -0.285893 0.100989 -0.086276 -0.055642 0.386805 -0.071219 0.539185 1 0.229483 0.433564 -0.169166 -0.373750 0.058643 0.156620 0.517695 2...

If possible, some documentation about the different functions like `xwx`, `xwy` would be helpful to debug issues - it reduces reliance on the original authors of the paper.

Can confirm that the fix works, I will raise a patch for this issue in the meanwhile