zalgo / Hiroki Tanabe
zalgo / Hiroki Tanabe
とりあえずmatching pursuitを行う関数を定義し,sparse_encodeから呼べるような実装を行いましたが,まだ想定通りの動作をしない状態です. matching pursuitの関数のバグを治すことが当面の課題だと考えられます.
matching_pursuitのunittestは通りましたが,sparse_encodeのunittestでは,残差が発散してしまっています. おそらくmatching_pursuitのunittestが甘いだけで,まだmatching_pursuit側の実装に問題があるのではないかと考えています. 軽く調べてみたところ,同じ基底が何度も選ばれてしまっているようでした.なぜこの様になってしまっているのかはまだよくわかりません.
@williamboman Thank you for reviewing! > What are you using to manage python? I use `pyenv` and my python is installed in `%USERPROFILE%\.pyenv\pyenv-win\shims\python.bat`. >Also, should the .bat vs .exe actually...
@williamboman Thanks! >I've been wanting to get rid of that alias table and replace it with simply calling Neovim's exepath() (which fully respects PATHEXT) to expand the executable, let me...
https://github.com/williamboman/mason.nvim/pull/773 fixes this PR.
Sorry, I noticed that this is a duplicate of #45. However, getting the home path already obtained on the vim side might be wiser. Therefore, I will still leave it...