peterjc123
peterjc123
@kisak-valve It seems that this patch only applies here, not for upstream wine.
Duplicate of #337.
Please refer to this [post](https://github.com/lapce/lapce/issues/1993#issuecomment-1382682252) for resolving slow SSH remote connections on Windows.
Workaround: Open Lapce, establish the remote connection and wait for the button to become green. Open a separate terminal and connect to the remote machine using SSH, and make the...
> I think the reason why it keeps reinstalling - it fails to recognize where is current version of lapce installed. On windows it downloads installer and install Lapce into...
@panekj It seems this issue is still here. I have Lapce 0.3.0. Host OS: OSX; Remote OS: Linux
Log: ```bash + lapce_new_ver=v0.3.0 + eval 'lapce_dir='\''/home/admin/.local/share/lapce-stable/proxy'\''' ++ lapce_dir=/home/admin/.local/share/lapce-stable/proxy + case "${lapce_new_ver}" in ++ echo v0.3.0 ++ cut -dv -f2 + lapce_new_version=0.3.0 + lapce_new_ver_tag=v0.3.0 + '[' -e /home/admin/.local/share/lapce-stable/proxy/lapce ']' ++...
New workaround for 0.3.0: Open Lapce, establish the remote connection and wait for the button to become green. Open a separate terminal and connect to the remote machine using SSH,...
I think it is probably because torch.sum is unsupported, but I'm not sure. Would you please upload the model so as we could look into it.
> Thank you for your reply, but TFLite seems to support the sum operator. the model I uploaded is obtained with the above code. [model.zip](https://github.com/alibaba/TinyNeuralNetwork/files/13753711/model.zip) > > Looking forward to...