dfish

Results 145 comments of dfish

I also encountered this problem. Has anyone found a workaround?

After updating Plots v1.0.7 to v1.0.8, I now get the following error: ``` MethodError: no method matching splittable_attribute(::Symbol, ::Array{Int64,1}, ::Int64) Closest candidates are: splittable_attribute(::Any, ::Any, ::Any, !Matched::Any) at /home/dfish/.julia/packages/RecipesPipeline/LONAR/src/api.jl:22 splittable_attribute(::Any,...

Much appreciated. Does that only fix the second issue or does it also fix the initial problem in which data was not displayed in some subplots?

Thank you for your reply. Please feel free to close or transfer this issue.

I am not an expert in NNs, but my understanding is that part of the "magic" of BayesFlow is that it uses either a [DeepSet](https://bayesflow.org/api/bayesflow.summary_networks.html#bayesflow.summary_networks.DeepSet) or SetTransformer for its summary...

Thanks for this idea. Given my lack of experience with differential equations, I think I can probably set up a simple model, such as the Lokta-Volterra model. Stan has a...

Hi Tamas. No problem. Evidently, I had started to implement a function to run all benchmarks but forgot to finish. I pushed some changes to master with the `run_all_benchmarks()` function....

I should also note that Turing 0.7.1 fails because of a change to their internal diagnostics and MCMCChains. It will run from the master branch. Hopefully, they update that soon....

Yeah. The tests should run locally. Currently, MCMCBenchmarks is configured to run a set of predefined benchmarks via `run_all_benchmarks()`. However, you can define your own benchmark suite based on your...

P.S. I will add the above method of `run_all_benchmarks` to the package.