SimonCoste

Results 5 issues of SimonCoste

Hi, I defined a *grouped* convolution in Flux using `C = Conv((1,1), 2=>2, groups=2)`. When I feed non-float arrays to this convolutional layer, eg with `C(rand(10,10,2,1))`, I first get a...

bug
help wanted
needs docs

https://github.com/JuliaGraphs/Graphs.jl/blob/1a7594a448b0c8fe9251ac7e88fd1b5ab0989e87/src/core.jl#L1-L5 Could we have a documentation for `AbstractPathState` ? Currently, the total information in the doc about this type is almost zero, or at least I could not easily find...

documentation

Hi, is there any simple way to directly access any wavelet as a function ? For example, ``` m = Morlet() m(0.5) # should output the value of the Morlet...

enhancement

Hi, thanks @lkeab and ETH's vision team for sourcing this project !!! From my understanding, your method (the HQ token and its integration) is lightweight and was trained at low...

@tianrun-chen , thanks for this very good paper and repo. I currently want to try your method and adapt it to a custom dataset ; could you point out to...