-
I was trying to figure out how to properly handle and update Flux's layers with tied weights ( https://github.com/FluxML/Flux.jl/issues/1592).
So first of all I wanted to check how Zygote handles a…
-
I tried to create a sparse vector of strings, and it failed due to `zero(String)` not being defined. I'm using the empty string `""` as the zero value. Any chance of enhancing `SparseArrays` to suppor…
-
This is probably related to #17 and how finalizers work.
The following function:
```
function test1()
devices(dev->true, nmax=1) do devlist
dev = devlist[1]
device(dev)
sz = (801, 802…
-
I found a few problems with the current enum implementation:
- if you have very small and very large values, membershiptest will be slow or even throw `OutOfMemory` exceptions.
- c enums allow fields …
-
is it possible to import `#define NAME val` from a C header file to Julia such that `NAME = val`?
-
Originally, I thought we'd need a special macro directive for this, but I now believe this can just work by allowing the user to pass in GPU-backed arrays as input to the API methods. In other words, …
-
We should have some functionality to transform results gathered with R or Julia to our InferenceData format (netCDF4).
These could be native (written in R and Julia) modules.
-
Please , use some real dataset ( Ex : which are avaible Kaggle, House pricing .etc..)
we are getting problem in giving features and target tata.
Catboost is giving best results in python.
Please …
-
This may not need to be changed, but just FYI `LinearInterpolation` is *not* free of extrapolation, it merely defines extrapolation with `Throw()` behavior. And this does not come cheap:
```julia
ju…
-
Hello Sebastian,
I have the feeling like you went through the trouble of doing a full interface rewrite?
I had attempted a Fortran interface a few years ago, but never completed it: https://gith…