lfwin

Results 14 issues of lfwin

Hi, There is a typo in chapter 4, cell 14, `plt.plot(xs, ys, label='$\mathcal{N}$' + '$({g2.mean},{ge.var})$')` should be replaced with `plt.plot(xs, ys, label='$\mathcal{N}$' + f'$({g2.mean},{g2.var})$')`. In addition, thanks for sharing such...

Hi, I try to read your code, but it need bunny_original.ply data, where can i find it?

Hi, I install by sudo pip install sets, OS is ubuntu 14.04LTS, when running example code in your blog https://gist.github.com/danijar/8663d3bbfd586bffecf6a0094cd116f2, error as the title occurs.

Hi, When using 'bazel build //lib:libembag.so' to build shared library, the following error occurs, ERROR: Skipping '//lib:libembag.so': no such target '//lib:libembag.so': target 'libembag.so' not declared in package 'lib' defined by...