-
I have this piece of code:
````julia
using Base.Broadcast: Broadcasted, BroadcastStyle
using YAXArrayBase
struct YAXStyle{T} findfirst(isequal(n),alldims),dn)
newndim = maximum(newpos)
…
-
Hi, I've been running some tests with gun to try and reach its limits
I made a simple test 1 receiver node and N sender nodes
I posted the full set of tests [here](https://github.com/boufni95/g…
-
I'm not sure if this is a repeat.
```julia
julia> function gbitarray(i)
a = 1.0:0.1:10.0
@inbounds i > 3 ? a[(a.>3.0) .& (a .< 5.0)][1] : a[5]
end
julia> using C…
-
```julia
H = [1., 0.]; S = [2. 0.; 0. 1.]; A = Array{Float64, 2}(undef, 1, 2);
A .= Mul(H', Inv(S)) .* 1.
```
Output:
```julia
ERROR: MethodError: no method matching getindex(::LazyArrays.Applie…
-
see [numpy doc](http://docs.scipy.org/doc/numpy-1.10.1/user/basics.broadcasting.html) for more info
-
The Cultural Broadcasting Archive of Austria reached out to us about inclusion in Openverse. We're waiting for more technical detail but here's what they've provided so far.
### Source Site
htt…
-
As of version 0.6.15, the following:
```julia
julia> Zygote.gradient(^, 0.0, 0.9)
(0.0, 0.0)
julia> Zygote.gradient((x, y) -> sum(x .^ y), zeros(3), fill(0.9, 3))
([0.0, 0.0, 0.0], [0.0, 0.0, 0…
-
#### System information
Geth version: 1.9.23
OS & Version: Debian 9
#### Expected behaviour
Transfer to be sent out and processed by network
#### Actual behaviour
Transfer is in pending tr…
-
Currently prompt specification of the form `model.transcribe([audio1, audio2], prompt='prompt')` is untested. Need to investigate and enable the following usage: `model.transcribe([audio1, audio2], pr…
-
Array broadcasting is very common in Python with numpy and in Matlab.
Boradcasting means that in an array expression if an array has a unitary dimension along an axis that dimension is automatical…