Jan Weidner

Results 61 issues of Jan Weidner

From discourse https://discourse.julialang.org/t/zygote-gradient-accumulation/55654 I have a densenet inspired architecture implemented in pytorch and ported it to julia. Sadly I get out of memory errors now. Here is a MWE, where...

performance

On master the following snippet: ```julia using PyCall py""" def raise_multi_line_error(): raise Exception("1\n2\n3\n4\n") """ py"raise_multi_line_error"() ``` gives ``` ERROR: LoadError: PyError ($(Expr(:escape, :(ccall(#= /home/jan/.julia/dev/PyCall/src/pyfncall.jl:43 =# @pysym(:PyObject_Call), PyPtr, (PyPtr, PyPtr, PyPtr),...

Is there currently a cpp analogue of `cfunction`? Or another convenient way to turn a julia method into a C++ function pointer? If not what about a PR along the...

Sometimes I want to interpolate between objects, that do not implement `+` or `*`, but for which convex combinations still make sense. A typical example is that I have a...

DOSXYZnrc seems to segfault if `n_split > 1` and the phase space plane is outside of the phantom. ``` some_title #!GUI1.0 1 H2O521ICRU 0.521, 0.01, 0, 0 -1, -1, -1,...

bug

The following code crashes julia: ```julia using HDF5 dir = tempdir() @sync for i in 1:10 data = randn(10) Threads.@spawn begin path = joinpath(dir, "$i.h5") h5open(path, "w") do file file["data"]...

I think the API is pretty stable and the implementation is solid. What do you think about 1.0 @tkf ? Do you have any possible breaking changes in mind, we...

As part of the Julia Con proceedings, I would like to pubish this. I would be very happy to have you as a coauthor @tkf. Please go ahead and add...