-
It was pointed out in the IRIS-HEP analysis systems meeting today that it would be good to compile a list of operations in HEP workflows that are not normally differentiable, e.g. cutting and histogra…
-
### Summary
The unexpcted error: CUDA_ERROR_INVALID_DEVICE: invalid device ordinal from `dp compress` command.
### DeePMD-kit Version
2.2.9
### Backend and its version
Tensorflow v2.9.0…
-
We have FunctorFilter and TraverseFilter. I have in the past proposed a generalization (FunctorFlatten, later AlternativeFlatten: #1337).
But it seems to me the above are actually doing something l…
-
I’ve been repeatedly asked this question and my answer always was something like ‘I have no evidence’. Unfortunately, in this domain every person who able to say something valuable instantly turns co…
-
win18rr_transductive Report an error:
10:41:03 Random seed: 1024
10:41:03 Config file: config/transductive/wn18rr.yaml
10:41:03 Delta: 0
10:41:03 {'dataset': {'class': 'WN18RR', 'root': '~…
-
## 🐛 Bug
Calling [`backward`](https://pytorch.org/docs/stable/generated/torch.Tensor.backward.html) with `create_graph=True` on the output of a [`DistributedDataParallel`](https://pytorch.org/d…
-
A MWE:
```julia
julia> using Random, ForwardDiff
julia> N = 8;
julia> x = Vector{ForwardDiff.Dual{Nothing,Float64,1}}(undef, N);
julia> randn!(Xoshiro(1), x);
julia> x[end].value
-0.8…
-
### Is your feature request related to a problem? Please describe.
In many discrete distributions the logarithm of the binomial coefficient is used in the logpmf calculation. As the binomial coeffi…
-
Hello,
I'm trying to implement in MatConvLab/autonn [this](https://arxiv.org/pdf/1710.03463.pdf) network implemented [here](https://github.com/HAHA-DL/MLDG) in PyTorch and [here](https://github.com/…
-
```bash
tensorflow==2.7.0
tensorflow-probability==0.14.1
```
## TLDR
To perform VI on discrete RVs, should I use:
- A- the REINFORCE gradient estimator
- B- the Gumbel-Softmax reparametrizati…