Jared Lander
Jared Lander
Happy to help where I can, though I am far from knowledgeable about JS.
Was looking to use multiple max distances today. So I'm going to +1 this.
I'm running into this error as well when using postgres inside the [timescaledb-ha](https://github.com/timescale/timescaledb-docker-ha) docker container. When running the query @Borvik (https://github.com/Borvik/vscode-postgres/issues/103#issuecomment-491512405) I do see three tables that appear to be...
You're right, it's not ideal. But that post even links to another where Andrew explains how to do a lasso in Stan, even if just in a "yes, we can...
It can he done with an `if` statement similar to how keras is handled. Have an `if` statement check if we want a penalty, then if so, add `prior=hs(...)` to...
Good to know, thanks.
Totally makes sense, but obviously not desired. What if the size is determined whenever it becomes visible? Saying that, I'm now thinking that it's "visible" the whole time, just in...
I might have a weird edge case, but using `{renv}` means every project that uses `{torch}` installs everything all over again. Sure, `{torch}` is kept in the cache, but the...
I do wonder where it keeps getting installed. I vaguely recall (from a late night) that it was getting installed in the package repo, which thanks to `{renv}` was symlinked...
This is a [reality now](https://pytorch.org/blog/pytorch-for-amd-rocm-platform-now-available-as-python-package/), so hopefully pulling in [version 1.8](https://github.com/mlverse/torch/issues/502) will open new doors.