Noah Shutty

Results 4 issues of Noah Shutty

``` WARNING:tensorflow:From retrain.py:768: softmax_cross_entropy_with_logits (from tensorflow.python.ops.nn_ops) is deprecated and will be removed in a future version. Instructions for updating: Future major versions of TensorFlow will allow gradients to flow into...

iOS 11 replaces `ARWorldTrackingSessionConfiguration` with `ARWorldTrackingConfiguration` and this is a small update to bring the app up to date.

I am trying to upgrade to the latest version 0.14.0 of rules_foreign. I followed the directions here: [0.14.0](https://github.com/bazel-contrib/rules_foreign_cc/releases/tag/0.14.0) which say to add the following to my WORKSPACE: ``` load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")...

Trying to make an inverted flag argument and use store_into. It does not seem to work as expected. Minimum reproducing example: ``` #include int main(int argc, char* argv[]) { argparse::ArgumentParser...