-
Hi ,
I clone your code and use embedding as the encoder with a Glove vectors, but the output of layer h_mlp are all zeros after a few iterations. Have you everencountered the same problem?
-
Hello!
I am working to set up the realtime servo package for my Kinova Gen3 robot arm. The Kinova Gen3 [does not have a joint_group_position_controller but does use individual joint_position_contr…
-
Hi,
This is not really an issue. I am wondering if the following is expected to allocate:
```julia
julia> F = zeros(31,61);
julia> PS = FastSphericalHarmonics.plan_sph_synthesis(copy(F))
Fa…
-
The input is
```python
import dpctl.tensor as dpt
val = dpt.zeros(2, dtype="u1")
max = dpt.zeros(tuple(), dtype="i1")
dpt.clip(val, min=None, max=max)
```
Raises `ValueError: function 'cli…
-
Not sure what to do about this, but the filter behaves differently if there are leading zeros in dates or not.
See here: leading zeros included:
leading zeroes removed... different results:
…
-
##### System information (version)
- OpenCV => 4.5.5
- Operating System / Platform => Linux 64 Bit
- Compiler => GCC 8.4.0
##### Detailed description
I have [exr file](https://www.polarnick…
-
Dumped fields loaded from `.fld.h5` files have on one edge a row of zeros. This is unexpected.
I ran the following tests with commit id 04d8aeaaefbde3a01e6972c600fad487b2e2f309 , this is the curren…
-
Reported by: **[ronso0](https://github.com/ronso0)**
Date: 2018-07-02T22:40:04Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: [lp1779775](https://bugs.launchpad.net/bugs/1779775)
Tags: …
-
### 🐛 Describe the bug
[bug.pt.gz](https://github.com/pytorch/pytorch/files/8147613/bug.pt.gz)
1. I don't understand why `a.indices()` gives an error (maybe related https://github.com/pytorch/py…
-
```julia
julia> map(typeof, (zeros(), ones(), fill(3.14)))
(Array{Float64,0}, Array{Float64,0}, Array{Float64,0})
julia> typeof(ones() .* fill(3.14))
Float64
julia> typeof(zeros() + ones()) …