Abhishek Goswami
Abhishek Goswami
DRI RESPONSE : moving to backlog (skip triage) since it requires multiple platform support x86, ARM
verified the following versions, and the fix works well: - `lightgbm` : 3.3.2 - `onnxmltools` : 1.11.1 ```python onnx_model = convert_lightgbm( clf, initial_types=initial_type, zipmap=False) ``` i suppose we can close...
related to : https://github.com/lm-sys/FastChat/issues/3026
hi @malinphy . i think `pytrec-eval` is [not well supported](https://github.com/cvangysel/pytrec_eval/issues/1) on Windows. i was hitting the same issue on Windows. On Linux , the installation goes through fine.
@Hsankesara .. I have the same concern as @SoumyaK1 The code does argmax over `pred` not the argmax over the negative log. So you would get 0.5 as the answer...
@Hsankesara . thanks for the response. Regarding this line in your explanation : > To make it clear, think of Qx as an inverse of a distance from the centroid....
@Hsankesara I played around with your ipython notebook example Here are two versions: 1. [Without the fix](https://github.com/abgoswam/Prototypical-Networks/blob/master/prototypical-net-noinverse.ipynb). Same as your example notebook 2. [With the fix](https://github.com/abgoswam/Prototypical-Networks/blob/master/prototypical-net-withinverse.ipynb) . Here i do...