Christian Haack

Results 3 issues of Christian Haack

Hi all, I have a workflow which requires a lot of resampling. The default filter used in `resample` is currently a bottleneck in my workflow, where a lot of time...

this gives NaN after a few epochs: ``` pdf = jammy_flows.pdf("e1+s2", "ggg+v", conditional_input_dim=4, hidden_mlp_dims_sub_pdfs="64-128-64") ``` ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In [20], line 20 17 w...

When running code that uses CUDA.jl i get a `CUDA.CuError(code=CUDA.cudaError_enum(0x00000004), details=CUDA.Optional{String}(data=nothing))` MWE: ``` #include using namespace jluna; int main() { initialize(); Main.safe_eval(R"( using CUDA x = CuArray([1]).+1 )"); return 0;...