Wouter Nuijten
Wouter Nuijten
I was wondering the same, but it seems that @Annbless implemented this in mmpose and the pull request is currently under review (https://github.com/open-mmlab/mmpose/pull/1937). Hopefully it gets merged soon :) (good...
@bvdmitri is this a matter of updating documentation or is there additional functionality required?
Hi @blolt , thanks for picking this up! This issue basically says that we want to be able to do the following: Let's say I build a custom submodel, called...
Hey @blolt , this is because of type stability issues. Let's look at the case that we put a `contract` bool inside the `ReactiveMPGraphPPLBackend`: ```julia function GraphPPL.NodeType(backend::ReactiveMPGraphPPLBackend, ::typeof(gcv)) if backend.contract...
Hi @blolt, I see now that the change I propose is not as straightforward as I made it seem. I've looked into it a bit more, and let me explain:...
Let's make sure we have a benchmark suite boilerplate set up before the `3.0.0` release, such that we can track performance from `3.0.0` onwards
I'm moving this to `3.1.0` now, but I suggest we use https://github.com/MilesCranmer/AirspeedVelocity.jl for this. It works with existing ecosystem of `BenchmarkTools` and `PkgBenchmark`. Let's investigate if we can bench RMP...
@albertpod @bvdmitri @ismailsenoz what is the status of this?
I think we can rethink broadcasting in the new `GraphPPL.jl` to incorporate this behaviour, because I think it's quite nice to be able to do this. @bvdmitri and I will...
I think so, the example as it is stated in the discussion can be done in any case