Heiner Spieß

Results 17 issues of Heiner Spieß

Hey, First of all, thank you for all your nice work on MacOS security. I really appreciate that. Since updating to the newest version of MacOS 11.3, ReiKey (v.1.4.1) complains...

**Description of bug** The `topological_sort` in `LightGraphs.Experimental.Traversals` is not working when non-connected sub-graphs exist in a graph, i.e., graph consists of multiple non-connected graphs. **How to reproduce** ``` using LightGraphs...

bug

Hey, because `I` uses scalar indexing on GPU, i tried to use FillArrays.Eye. However, this fails on CPU and gives wrong gradients on GPU. Somehow, `I` works on GPU when...

Hey, I think FillArrays on GPU breaks backpropagation when scalar indexing is disallowed. MWE: ``` using Zygote, Flux, LinearAlgebra A = randn(Float32, 4, 4) A_gpu = A |> gpu #...

Hey, First, I really like your app. But I have encountered a weird bug. When one search in fullscreen apps on the secondary monitor the search boxes don't show up...

Hey, First, nice work with this package. Thanks for making HEALPix accessible in Julia. As you've stated in the README, getting the neighbouring values in the NESTED scheme should be...

Hey, First, nice work! :) I'm referring to the Adam version (AdamHD). SGD doesn't seem to have that problem. if i understand the paper correctly the gradient w.r.t. all parameters...

Hey, I wanted to play around with Omega.jl a bit and started with the Basic Tutorial. Unfortunately, `randarray` is not defined in ``` nflips = 4 coinflips_ = [Bernoulli.(weight, Bool)...

### Mogan Version 1.2.3-rc3 ### Operating System Version and Architecture macOS Sonoma 14.2.1 (23C71) ### Describe Bug The normal TeXmacs distribution allows to search the documentation from the help menu....

bug

Hey, While using your method and BRODEN dataset, I've seen that some images have an associated scene number of `0`. This scene number is not defined in `c_scene.csv`. When checking...