Lino Gerlach
Lino Gerlach
@lschirmbrand would you mind sharing the code of your work-around? I encountered the same problem and ended up using a different library to calculate the oriented bounding box (compas). I...
The problem appears to be that get_contour_plot() displays the model's training data, which does not include the very last trial. I created a PR here: https://github.com/facebook/Ax/pull/2305
AxClient.get_contour_plot() plots the training data of the model of the generation strategy as 'in-sample': https://github.com/facebook/Ax/blob/29671645247d34004f7aef67d64870c9d13b0a59/ax/plot/helper.py#L189 However, this does not necessarily contain all trials of the experiment. For example, in the...
It's more of a patch. You are right, the problem is not unqiue to `tile()`. There are similar problems with `concatenate()`: ``` pyhf.set_backend("jax", default=True) # works without this line spec...
You can check out [https://github.com/ligerlac/Mask-RCNN-TF2-10](https://github.com/ligerlac/Mask-RCNN-TF2-10). It is based on a fork from the original matterport repo that made it compatible with tf2.0. I modified it a bit further according to...