KarlisFre
KarlisFre
Hi, The workaround mentioned in #154 does not work if I want to use the value from the jit-compiled function: ``` from phi.tf.flow import * @math.jit_compile def step(velocity: Field, wind:...
Hi, Many thanks for implementing Free stream boundary condition #138. It works nicely on scalar fields. But how to use it on the velocity field? I am willing to set...
Hi, I am trying to do gradient based training, unfortunately with jit_compile I get an error: RuntimeError: Cannot insert a Tensor that requires grad as a constant. Consider making it...
Hi, this code gives an error: RuntimeError: The size of tensor a (63) must match the size of tensor b (62) at non-singleton dimension 0 Without jit-compile it works. I...