Justin Goodwin

Results 11 issues of Justin Goodwin

Is it possible to get the video file? I would like to use this in a presentation at my job.

I utilize the `setup` parameter now to include running commands in the `sbatch` script before running `srun`, but is it possible to add commands to be executed after `srun`?

enhancement

I'm having a segmentation fault that I'm having a hard time producing a minimal example for. I have zero issues with my code when I do not load ArrayFire, but...

I mentioned this problem in #30 and realized it should be a new issue. I would like to read in a complex matrix incrementally via ```julia mat.plain["data"][:,:,1] ``` but get...

enhancement

When I do an example method call where the return type is `double[][]`, I get the following output ``` julia julia> jcall(obj, "getDoubles", Array{Array{jdouble, 1}, 1}, ()) Ptr{Void} @0x0000000008ff5340 ```

enhancement

## What does this PR do? There are documented issues for Hydra+DDP in #11300 and #2727. This PR attempts to fix these issues by redefining how a process is spawned...

feature
ready
argparse
community
pl

Currently `launch` requires overrides to be a list of strings of type `param=value`. This PR allows the user to provide a dictionary as an override: `{param: val, ...}`. Where `param`...

enhancement

In this PR we will attempt to address two issues: 1. Reproducible Hydra experiments purely from the run directory by pickling both the runtime configuration and the task function -...

Receive the following error when attempting to use the "exp" function on a complex array: > > a = numeric.fft(0,1) > > {x: 0, y: 1} > > a.exp() >...

Integrator does not allow for backward propagation (x1 < x0)