-
Hello.
This is awesome work.
I have also been working on this. I have run some tests with the espaloma approach using the method described here. [https://github.com/choderalab/espaloma/issues/192]…
-
I have a model where the core computational kernel is a broadcast-reduce pattern that implicitly requires a large tensor, but XLA usually optimizes it away to not materialize the tensor. However, an i…
-
When trying to compile 3GPP's ASN.1 for S1AP Release 16 using asn1tools version 0.164.0, the compilation fails with the following error:
```
Traceback (most recent call last):
File "", line 1, in…
-
Hello, I noticed that in your code, the projection method of q, k, v is
`self.W_q = nn.Linear(d_model, 2 * self.d_head * num_heads, bias=False)`
However, in other repository I found they calculat…
-
import succeeds without any errors. when trying to start the server with the run command it just hangs on loading:
```
** INFO: 10:56:08.379: Rendering daemon started
** INFO: 10:56:08.380: Initi…
-
We currently use a robot with multiple tilted cameras, which necessitates carefull parameterization of `scan_height` (and `scan_offset`, see PR https://github.com/ros-perception/depthimage_to_lasersca…
-
### What is the feature/what would you like to discuss?
We would like to add a radar reflectivity calculation from WRF. This is a bit involved (2 different modules + an interface) and is best put in …
-
Wondering if you would consider adding material around using docker to containerize particular R and package versions, and create reproducible workflows by combining them with parameterized scripts th…
-
Looking to other examples for inspiration, it might make sense to replace `--zmq-addr` with separate parameters:
```
--hostname (localhost by default)
--port (conventional default port by default…
-
**Describe the bug**
I have a question regarding the parameterization of fields in the dependabot.yml file. Specifically, can the milestone field be parameterized in the same way as the token field?
…