Jinrae Kim

Results 63 comments of Jinrae Kim

If there is no way to deal with nested LabelledArrays, I would like to request the new feature for convenient numerical simulations.

@ChrisRackauckas Thanks a lot! Very good!

@Gnimuc Thanks for answering my question :) But I'm sorry I don't get it cuz I'm not aware of details. I corrected the line you suggested as ```julia C =...

> I guess it should be something that matches [ROS2's `TARGET_TRIPLE`](https://docs.ros.org/en/foxy/Guides/Cross-compilation.html#build). I've changed it to `target="aarch64-linux-gnu"` and it produced a huge error message. I think it's not correct because the...

> > target="aarch64-linux-gnu" > > I believe that's just an example. What's the cpu architecture type of the device that your docker instance is running on? The docker container is...

> have you given `target="amd64-linux-gnu"` a try? Unfortunately, the same error occurs. ```juliaREPL julia> using Cxx [ Info: Precompiling Cxx [a0b5b9ef-44b7-5148-a2d1-f6db19f3c3d2] error: unknown target CPU 'generic' signal (11): Segmentation fault...

> This issue has nothing to do with Docker. I've been seeing the same thing with Ryzen 5900x (without Docker) and was just about to file a new issue. Cxx...

`tmp` is a reshaped output of the output of an auxiliary neural network (e.g., feedforward NN), obtained from an auxiliary function `affine_map` (you can find it [here](https://github.com/JinraeKim/ParametrisedConvexApproximators.jl/blob/master/src/approximators/parametrised_convex_approximators/parametrised_convex_approximators.jl#L4)). ```julia function affine_map(nn::ParametrisedConvexApproximator,...