Dilum Aluthge

Results 176 issues of Dilum Aluthge

Similar to how we currently have the `roc_curve` function for generating the receiver operating characteristic.

enhancement

At a high level, I think the workflow is something like this: 1. We add a long-term AWS key as a cryptic secret. 2. We create a "role" in AWS...

It would be great if DataDeps could download and store data in scratch spaces (https://github.com/JuliaPackaging/Scratch.jl).

Originally posted as issue https://github.com/FluxML/Flux.jl/issues/325, but reposted here because it seems to be more of a CLArrays/Transpiler error than a Flux error. This issue seems to be similar to issue...

I know that this will take some time, because currently the package relies on Keno's forked versions of several packages. But it would be great to eventually get `ToyFHE.jl` registered...

I think the issue is that the manifest uses an old version of CuArrays that does not work on Julia master. cc: @Keno ```julia julia> cd("ToyFHE.jl/examples/encrypted_mnist") julia rm("mnist_conv.bson"; force =...

Right now, the tolerance is hard-coded as `1e-9`, in the following two places: https://github.com/Nosferican/Econometrics.jl/blob/b7e20d8fdfc928d38ebcbb8e2953935ecbb5ce88/src/solvers.jl#L195 https://github.com/Nosferican/Econometrics.jl/blob/b7e20d8fdfc928d38ebcbb8e2953935ecbb5ce88/src/solvers.jl#L217 I have a situation where things fail to converge if the tolerance is `1e-9`, but...

enhancement