Collin Arnett

Results 26 comments of Collin Arnett

https://github.com/openai/DALL-E/blob/master/notebooks/usage.ipynb

Vim would definitely be a welcomed addition.

> ## About networking > > It looks like indeed Calamares has _some form_ of knowledge about networking using Network Manager: > > * https://github.com/calamares/calamares/blob/af045ab8b240be5c921663e85b5a04965d2aa022/src/modules/networkcfg/main.py > > * https://github.com/calamares/calamares/blob/af045ab8b240be5c921663e85b5a04965d2aa022/src/libcalamares/network/Manager.cpp >...

There is also a mobile specific calamares extension that got upstreamed from postmarket os. https://github.com/calamares/calamares-extensions/pull/3 It seems to tick a lot of the boxes outlined in the OP for this...

I'm having this same issue even though I have applied the fix to my `local.nix` ```nix { lib, pkgs, ... }: { imports = [ ./examples/demo/configuration.nix ]; nixpkgs.system = "aarch64-linux";...

I figured it out. I moved from a older revision to a newer revision and that fixed my issue. Specifically [this revision](https://hydra.nixos.org/eval/1725741#tabs-inputs) and this in my `pkgs.nix` ```nix let sha256...

@tanujjain Is this going to be merged with main any time soon?

@zhaofengli What is the current status of this PR?

https://github.com/jinfagang/keras_frcnn/commit/d680317c77c44507f41c4e7b49811d5e51de3271#diff-4bba214932cbcd45292fa88e47fbf037 It was renamed to `predict_kitti.py` This is also referenced in https://github.com/jinfagang/keras_frcnn/issues/65