Jonathan Hayase
Jonathan Hayase
@LeoUfimtsev if you simply want to fuzzy search symbols in a buffer, you might take a look at [`flx-isearch`](http://github.com/PythonNut/flx-isearch). If you want to search outline headings, which are not symbols,...
See https://github.com/lewang/flx/issues/70.
Has this been fixed on Google's end? It seems like `googletrans` is producing the desired results without modification.
@markdjwilliams > Did this work out in the end? I have an independent implementation of the matching algorithm in PyTorch with some optimizations over our original version. This is definitely...
I actually did write a version of the dkk17 covariance estimator in Python. [here is a gist](https://gist.github.com/PythonNut/5126f8ad9fde48f786e339db7be44673) I haven't gotten around to writing a version of SPECTRE that uses this...
I am coming from `seaborn` and am also accustomed to using these sorts of plots (via [PairGrid](https://seaborn.pydata.org/generated/seaborn.PairGrid.html#seaborn.PairGrid)).
One of the nice things about `seaborn`'s PairGrid is that you can customize the upper triangle, diagonal, and lower triangle plots to be whatever you like (e.g. histogram, scatter, kde,...
There is a related repo for kernel 5.12: https://github.com/rupansh/vgpu_unlock_5.12
I think you might be able to do something like "pad then random crop" by chaining `CenterCrop` with a larger output size (reflecting the padding) followed by `RandomCrop`. As far...
@tsdh I think it does work doesn't it? The fact that it loops indicates that the file notification system is working, right?