Arch D. Robison

Results 7 issues of Arch D. Robison

The `Basic Usage` section of the documentation should mention that the line `using Devectorize` is necessary. I know it's a Julia package convention, but a newbie user (or an old...

The second input to TopK is specified as: ``` A 1-D tensor containing a single positive value corresponding to the number of top elements to retrieve ``` Why was it...

question

This may be a research project to fix. `checklooptypes` seems to not find any issues with the following code that uses 0 where it should use `zero(T)`. ``` julia> function...

# Ask a Question ### Question The Reshape documentation is not clear on whether reshaping from [0,10] to new shape [0,1,-1] is legal when attribute 'allowzero' is NOT set. The...

question
spec clarification

I was trying to install `Vector.jl` on a Ubuntu box with a i7-5820K processor, and got a bunch of errors. See log [here](https://gist.github.com/ArchRobison/f373e122178290e31e11c74708d68a1c) for details. There's a bunch of `sysctl:...

I tried to install `Vectorize.jl` on my Mac (running MacOS El Capitan), and the build failed because MKL was missing. Shouldn't it have just omitted MKL from consideration since it...

### Question The ONNX 1.18.0 documentation says that for operator SplitToSequence: ``` ‘split’ must contain only positive numbers. ``` Why are zeros not allowed? The semantics for zeros seems unambiguous,...

question
module: spec
good first issue
contributions welcome