The3DWizard
The3DWizard
+1 for the stdio support: I tried to use your language server in jupyter lab via [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp). Unfortunately they only support stdio connections, so stdio support would be really nice...
@weihongliang233 : I have tried using the Wolfram Language server with the Language Server Protocol integration of Jupyterlab. Unfortunately in its current state those projects are not compatible as the...
Same problem here, but on Intel processor. So it is not ARM specific.
I am on a mac too, but with Intel processor. Same issue here. MacOS Ventura 13.5.1 and Wolfram Engine 13.3. It worked a while ago for me, so it might...
There does not seem to be any incentive to fix this, as this part of the code is labelled "OldAPIStack". I am going to try to export the model using...
Unfortunately I have not been able to use torch.onnx export methods so far to export the model. I need dictionary inputs for my model and I have not found a...
> Unfortunately I have not been able to use torch.onnx export methods so far to export the model. I need dictionary inputs for my model and I have not found...