<jonpsy[m]>
Eshaan Agarwal: Can you schecdule a meeting for tommorow?
<jonpsy[m]>
Invite me and fieryblade
<EshaanAgarwal[m]>
<jonpsy[m]> "Eshaan Agarwal: How's the..." <- I was done with env code ! I need to start with step 2 which was related to keeping the weights same
<EshaanAgarwal[m]>
<jonpsy[m]> "Invite me and fieryblade..." <- Sure I'll do that
<rcurtin[m]>
the issue is that the binding is written to take filenames in; that's fine for the command-line, but it's awkward in Python, where you would need to e.g. write the matrix to disk, then pass the filename to the binding, then load whatever the output matrix got written to by the binding
<rcurtin[m]>
basically the binding would need to be modified to take a matrix directly; I seem to remember there being something tricky about this having to do with representation of NaNs, but maybe not, maybe it would work just fine to change `PARAM_STRING_IN_REQ("input_file", "...")` to `PARAM_MATRIX_IN("input", ...)`?
<zoq[m]>
Thanks for the explanation; Tarek expressed interested in adding bindings support for this one, so we will test it out.