Sohaib
Sohaib
Adding this command to `yabairc` also works perferctly for me: ``` yabai -m signal --add app="zathura" event=window_created \ action="yabai -m window last --focus" ```
From the readme in `https://github.com/bazelbuild/rules_apple`, you need to upgrade `build_bazel_rules_apple` to 2.* for it to work with bazel 6.x. In this case any bazel command that loads `//tensorflow/lite/delegates/gpu/BUILD` would fail....
`pip install -e .'[metal]'` 😃
> Code looks pretty clean! > > Is this meeting the "34.0% mAP" in MLPerf? (which of these numbers?) yes the quality target is 0.34 mAP but the model I...
> Hmm, this `fiftyone` dep is very heavyweight (installed 20 other pip packages), and broken out of the box on my machine! > > ``` > Subprocess ['/home/tiny/.local/lib/python3.10/site-packages/fiftyone/db/bin/mongod', '--dbpath', '/home/tiny/.fiftyone/var/lib/mongo',...
> I got this with the second to last commit > > ``` > Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.375 > Average Precision...
> Ahh cool. So just the spacing and n^2 and I think we're good, I'll test one more time! If there's no way to make the eval non n^2, it's...