Charles Weill

Results 14 issues of Charles Weill

Sometimes outputting got and want isn't enough. There are many useful OSS packages for generating pretty diffs of strings, structs, slices etc, but it would be unreasonable for this binary...

enhancement

https://golang.org/pkg/net/http/httptest/#ResponseRecorder

enhancement

If a dev changes a method signature, they will want to update their tests. But if the name is the same, gotests won't generate the test if it already exists....

enhancement

In an effort to provide transparency into the work we are doing for the broader open-source community, we will present our roadmaps every quarter. Please let us know if you...

Roadmap

https://github.com/google/pytype is a static analysis tool for detecting many issues at "compile" time. Several other TensorFlow projects use pytype, and we have seen some benefits on our other projects. So...

enhancement

We consistently see issues when users use `tf.keras.layers`, which are fixed when they switch to the `tf.layers` equivalent. Related to #1.

bug

AdaNet doesn't currently support [`tf.distribute.Strategy`](https://www.tensorflow.org/api_docs/python/tf/distribute/Strategy). The current way to define distributed training is using a [`tf.estimator.RunConfig`](https://www.tensorflow.org/api_docs/python/tf/estimator/RunConfig) with the `TF_CONFIG` environment variable properly set to identify different workers. Refs #76

enhancement
help wanted

We now have a [Gitter chat room](https://gitter.im/tensorflow/adanet) for sharing your experience and asking questions about AdaNet with the core team and other users. Swing by when you get a chance....

announcement

Outline AdaNet open source roadmap.

enhancement