-
using v0.1.9 I ran `java -jar motive.jar --type synth --synth.repeats 3 --synth.n 50 --synth.m 600 --synth.instances 0,5,10` twice. Both times the command ended with an exception
```
Sep 12, 2016 7:1…
jauco updated
8 years ago
-
Calling `.sample` or `.log_prob` repeatedly on an autobatched joint distribution (as you would in, say, an eager-mode optimization loop) prints the warning
`WARNING:tensorflow:5 out of the last 5 c…
-
```rs
fn main() {
assert_eq!(
num_threads::num_threads(),
std::num::NonZeroUsize::new(1)
)
}
```
```
cargo run --target aarch64-apple-darwin
Compi…
-
We have a long-running application that stores a large number of metrics in multiple RRD databases, backed by Mongo. We update the data once a minute. We have another part of the same application…
-
> the quadratic complexity of the self-attention module restricts Graphormer’s application on large graphs.
The paper describes graphormer as not applicable to large graphs. What is the maximum num…
-
### 🐛 Describe the bug
`torch.nn.functional.max_unpool2d`'s behavior is different on cpu and gpu.
on cpu:
```python
import torch
# Use the torch.nn.functional.max_unpool2d function
input_tenso…
-
I wanted to profile some programs using `perf`, and I observed some strange behaviour on OCaml 5. Switching to OCaml 4, the number seemed more reasonable.
I would tend to say that the reason is tha…
-
### 🐛 Describe the bug
In the four variants of `nn.init.zeros_` at the bottom: the expected behavior is to see some zeros in the printed matrix. Howver, when slicing a partial matrix `[:2]`, none o…
-
# New Operator
### Describe the operator
Fast LSTM implementation backed by cuDNN
It seems that [CuDNNLSTM](https://github.com/tensorflow/docs/blob/r1.9/site/en/api_docs/python/tf/keras/layers…
-
Hi,
Thank you for sharing your code. I wonder if you could explain why you're using the test set for training in the pertaining step [here](https://github.com/wbsg-uni-mannheim/contrastive-product-…