Yi-Xin Liu

Results 17 issues of Yi-Xin Liu

**Describe the bug** A clear and concise description of what the bug is. `parse_savename` can not correctly handle the case when the first `key=value` pair's `key` contains "_" **Minimal Working...

bug
savename

At least in `src/univariate/solvers/brent.jl` and `src/univariate/optimize/interface.jl` (first `optimize`), the `optimize` function does not capture unsupported kwargs supplied. It makes other packages developed based on Optim much harder to maintain. When...

I don't know wheter the Hedwig address will change after restarting Niffler or restarting the Hedwig service. It is helpful to show the current working Hedwig address on the homepage...

enhancement

It seems the background of a graph figure is transparent. Therefore, it is nearly invisible in the dark-mode Pluto cell.

I am trying to reproduce the tutorial [A Basic RNN](https://learningjulia.com/2019/10/11/a-basic-rnn.html) using Flux.jl v0.14.6. Using the old Flux API as in the tutorial, the model can be successfully trained. The code...

RNN

Is there any documented way to export the trained Lux model to be loaded by Tensorflow/PyTorch or even C++? Is ONNX the correct way to go? If so, how can...

enhancement

I have modified `qjobs` to be compatible with the TORQUE/qstat. See my fork of `qjobs` (https://github.com/liuyxpp/qjobs). There are several differences between TORQUE/qstat and Sun Grid/qstat. For example, Torque/qstat doesn't accept...

where Gaussian I mean https://gaussian.com/. Just Curious because I have very little knowledge about QC. Thanks!

Those options only exists in MiKtex. Texlive only supports an option `--output-directory` for output, but it lacks an option for include dirs.

Code in the Pluto cell ```julia using JSServe Page(listen_port=9876) ``` OS: MacOS 11.5.2 julia: 1.6.0 JSServe: 1.2.3 Pluto: 0.16.0 Error message ``` Failed to show value: HTTP.ExceptionRequest.StatusError(503, "GET", "http://127.0.0.1:9876/assetserver/6160a0f5a8831ce6c083fb16b324f82b26630fcd-JSServe.js", HTTP.Messages.Response:...