Sebastian Micluța-Câmpeanu

Results 53 comments of Sebastian Micluța-Câmpeanu

Hello! Thanks for making this app. I came here with the same question as OP. I [renamed README.md to README.tex.md](https://github.com/SebastianM-C/Nuclear-surface-vibrations/commit/eb3672f37bc12dcc762f0a5531588e6eebb14d65) and also [changed the file in a separate commit](https://github.com/SebastianM-C/Nuclear-surface-vibrations/commit/fad83e0ac3b54182a4e9fe4e2f02a1abcfec486b), but...

I'm not sure if it's related, but as shown above, I have a custom `DEPOT_PATH`, which is bind mounted in the container from the host. On the host this path...

The `add` command triggered a build, which errored like this: ```julia Resolving package versions... Updating `/mnt/storage/epoch/dev/Project.toml` [f269a46b] + TimeZones v1.5.5 `https://github.com/JuliaTime/TimeZones.jl.git#cv/build-debug` Updating `/mnt/storage/epoch/dev/Manifest.toml` [8f5d6c58] + EzXML v1.1.0 [78c3b35d] + Mocking...

Do you have an estimate for how long a simulation should take? I tried running examples from the README and from the tests, but they did not complete (I left...

Do you have a MWE for that? I tried using the example in `runtests.jl` but I saw that the loss decreased for some time and then started increasing. With regards...

> What do you see that would cause type instabilities? I did not look too close at the code, but https://github.com/killah-t-cell/Plasma.jl/blob/41476321f30f2ac3f8c33e0f8442ad1b23d77720/src/solve.jl#L68-L72 might lead to some `Any`s because `qs` and `ms`...

I think that for callbacks, `DiscreteCallback` could also be considered, since it should be conceptually similar with what the `integrator` stuff does.

I defined `x` using the `@variables` macro. Using `@syms` like you pointed out works. Thank you. What is the difference between `@variables` and `@syms` (and when should I use each)?

I'm not sure I understand what you mean. Could you please elaborate a bit more?

I saw that `out_dims` appears is several of the layers on https://lux.csail.mit.edu/dev/api/Lux/layers, but not all. What should be the default fallback in LuxCore for a `AbstractExplicitLayer`? Using `.out_dims` or is...