Fredrik Bagge Carlson

Results 317 issues of Fredrik Bagge Carlson

This PR adds a type CuParticles that works as regular Particles but is backed by a CuArray. Expect in the range of 5-7x speedup over Particles if the sample size...

An idea using cassette or irtools: specify the function that is difficult, execute in a difficultContext and when the difficult function is called, change behavior of all particle methods to...

- [x] `dot` can be expressed like gemm or gemv for one or two vectors of particles. - [ ] In-place `mul!` and friends - [ ] `axpy!` and friends...

Similar to #26 Instead of reducing particles to uncertainty by calling std, we can make use of the quantiles of the sample, at least if number of particles is large....

See implementation in BSON.jl https://github.com/MikeInnes/BSON.jl/blob/95dc736ec99dcd6bbf1abb59fdefece85a9bc3c7/src/extensions.jl#L104

Should be more robust than existing register functions. Also, consider using `@andreverse`

When trying to get PDF from Latex working in a CI build environment it would be useful if the latex log was dumped to stdout The current error message only...

Format: LaTeX

The new front end for Documenter.jl docs looks really nice! It does not render perfectly on mobile tough https://files.slack.com/files-pri/T68168MUP-FQZN4CSF7/screenshot_20191126-215432.jpg Some text enters the margin, and the top header does not...

Type: Bug
Format: HTML

If you are making a bug report, please copy and paste the output of the following Julia snippit into the issue: ``` using TensorFlow tf_versioninfo() a = Variable(randn(2,2)) t =...