adanet icon indicating copy to clipboard operation
adanet copied to clipboard

Add pytype type checking and annotations

Open cweill opened this issue 6 years ago • 0 comments

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 we should begin adding these type checks to the adanet codebase.

cweill avatar Nov 05 '19 23:11 cweill